Super Derpy: Muffin Attack
 All Classes Files Functions Variables Enumerations Macros
Functions
config.h File Reference

Configuration manager headers. More...

Go to the source code of this file.

Functions

void InitConfig ()
 Reads config from file into memory.
const char * GetConfigOption (char *section, char *name)
 Returns value of requested config entry.
const char * GetConfigOptionDefault (char *section, char *name, const char *def)
 Returns value of requested config entry, or def if no such entry exists.
void SetConfigOption (char *section, char *name, char *value)
 Sets new value of requested config entry, or created new if no such entry exists.
void DeinitConfig ()
 Writes config from memory to file.

Detailed Description

Configuration manager headers.