rnd-20090623-1-src
[rocksndiamonds.git] / src / game_sp / SettingsObject.h
1 // ----------------------------------------------------------------------------
2 // SettingsObject.h
3 // ----------------------------------------------------------------------------
4
5 #ifndef SETTINGSOBJECT_H
6 #define SETTINGSOBJECT_H
7
8 #include "vb_types.h"
9 #include "vb_defs.h"
10 #include "vb_vars.h"
11 #include "vb_lib.h"
12
13 #include "global.h"
14
15 extern int SettingsObject_Read(char *ValName, int Default);
16 extern void SettingsObject_Save(char *ValName, int Val);
17
18 #endif /* SETTINGSOBJECT_H */