diff options
Diffstat (limited to 'src/ini.h')
-rw-r--r-- | src/ini.h | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/src/ini.h b/src/ini.h new file mode 100644 index 0000000..c97fd01 --- /dev/null +++ b/src/ini.h @@ -0,0 +1,10 @@ +#ifndef INI_H +#define INI_H + +//Functions to handle the "system.ini" file +void iniInit(); + +void saveSettings(); +void loadSettings(); + +#endif
\ No newline at end of file |