Make UEFI boot-platform build again
[haiku.git] / headers / private / screen_saver / DefaultSettingsView.h
blob6dba52dad9fb934d1cd15101c4d7302a42f8bbd7
1 /*
2 * Copyright 2009 Haiku, Inc. All rights reserved.
3 * Distributed under the terms of the MIT License.
5 * Authors:
6 * Ryan Leavengood, leavengood@gmail.com
7 */
8 #ifndef _DEFAULT_SETTINGS_VIEW_H
9 #define _DEFAULT_SETTINGS_VIEW_H
12 class BView;
14 namespace BPrivate {
16 void
17 BuildDefaultSettingsView(BView* view, const char* moduleName, const char* info);
19 } // namespace BPrivate
22 #endif // _DEFAULT_SETTINGS_VIEW_H