diff options
Diffstat (limited to 'include/config.hpp')
-rw-r--r-- | include/config.hpp | 14 |
1 files changed, 9 insertions, 5 deletions
diff --git a/include/config.hpp b/include/config.hpp index 4d56d9c..d003c66 100644 --- a/include/config.hpp +++ b/include/config.hpp @@ -2,13 +2,17 @@ #define CONFIG_H #include <iostream> + #include <SDL2/SDL_mixer.h> -#include <tinyxml2.h> -void readConfig(void); +#include <tinyxml2.h> +#include <ui.hpp> -void updateConfig(void); -void saveConfig(); +namespace config { + void read( void ); + void update( void ); + void save( void ); +} -#endif //CONFIG_H
\ No newline at end of file +#endif //CONFIG_H |