1 2 3 4 5 6 7 8 9 10 11 12
#ifndef CONFIG_H #define CONFIG_H #include <iostream> #include <SDL2/SDL_mixer.h> #include <tinyxml2.h> void readConfig(); void updateConfig(); #endif //CONFIG_H