Fixed a help font bug (was using normal fonts, instead of the small ones).
[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