repository_infos: Enable automatic updates on the main Haiku repostiory.
[haiku.git] / src / apps / haikudepot / ui_generic / support.h
blob46f26b2489ed4dd627c9abc85a24b6cf4a8837e9
1 /*
2 * Copyright 2006, 2013 Stephan Aßmus <superstippi@gmx.de>
3 * All rights reserved. Distributed under the terms of the MIT License.
4 */
6 #ifndef SUPPORT_H
7 #define SUPPORT_H
9 #include <Rect.h>
12 class BMessage;
13 class BResources;
14 class BView;
15 class BWindow;
18 status_t load_settings(BMessage* message, const char* fileName,
19 const char* folder = NULL);
21 status_t save_settings(const BMessage* message, const char* fileName,
22 const char* folder = NULL);
24 status_t get_app_resources(BResources& resources);
26 void set_small_font(BView* view);
28 #endif // SUPPORT_H