libsuperderpy/src/config.h

6 lines
220 B
C
Raw Normal View History

2012-02-24 13:03:30 +01:00
void InitConfig();
2012-02-26 00:47:41 +01:00
char* GetConfigOption(char* section, char* name);
char* GetConfigOptionDefault(char* section, char* name, char* def);
void SetConfigOption(char* section, char* name, char* value);
2012-02-24 13:03:30 +01:00
void DeinitConfig();