Added inverse functions for speed. Might be usefull for someone that wants to make...
[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