diff options
Diffstat (limited to 'include/config.hpp')
-rw-r--r-- | include/config.hpp | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/include/config.hpp b/include/config.hpp new file mode 100644 index 0000000..4d56d9c --- /dev/null +++ b/include/config.hpp @@ -0,0 +1,14 @@ +#ifndef CONFIG_H +#define CONFIG_H + +#include <iostream> +#include <SDL2/SDL_mixer.h> +#include <tinyxml2.h> + +void readConfig(void); + +void updateConfig(void); + +void saveConfig(); + +#endif //CONFIG_H
\ No newline at end of file |