- added object support (untested)
[supertux.git] / src / configfile.h
1 #ifndef SUPERTUX_CONFIGFILE_H
2 #define SUPERTUX_CONFIGFILE_H
3
4 void loadconfig (void);
5 void saveconfig (void);
6
7 #endif