2 * Copyright 2006, 2013 Stephan Aßmus <superstippi@gmx.de>
3 * All rights reserved. Distributed under the terms of the MIT License.
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
);