2009-10-01 23:53:23 +04:00
|
|
|
/*
|
|
|
|
* Copyright 2009, Haiku.
|
|
|
|
* Distributed under the terms of the MIT License.
|
|
|
|
*
|
|
|
|
* Authors:
|
|
|
|
* Ryan Leavengood, leavengood@gmail.com
|
|
|
|
*/
|
|
|
|
#ifndef BUILD_SCREEN_SAVER_DEFAULT_SETTINGS_VIEW
|
|
|
|
#define BUILD_SCREEN_SAVER_DEFAULT_SETTINGS_VIEW
|
|
|
|
|
|
|
|
|
2009-10-02 00:48:14 +04:00
|
|
|
class BView;
|
|
|
|
|
|
|
|
namespace BPrivate {
|
|
|
|
|
|
|
|
void BuildScreenSaverDefaultSettingsView(BView* view, const char* moduleName, const char* info);
|
|
|
|
|
2009-10-01 23:53:23 +04:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
#endif // BUILD_SCREEN_SAVER_DEFAULT_SETTINGS_VIEW
|
|
|
|
|