aboutsummaryrefslogtreecommitdiffstats
path: root/include/config.hpp
diff options
context:
space:
mode:
authordrumsetmonkey <abelleisle@roadrunner.com>2016-03-30 08:41:16 -0400
committerdrumsetmonkey <abelleisle@roadrunner.com>2016-03-30 08:41:16 -0400
commitc35571e37bdd6d2fe9b95e4265c150265585f3a9 (patch)
tree31478f777e27f345cc20f2eaf796a176b55cb4fe /include/config.hpp
parent82c178d797b9a23c31d7dad1cc8cac29d27c6eb1 (diff)
Inv and textures
Diffstat (limited to 'include/config.hpp')
-rw-r--r--include/config.hpp14
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