aboutsummaryrefslogtreecommitdiffstats
path: root/include/config.h
diff options
context:
space:
mode:
authorClyne Sullivan <tullivan99@gmail.com>2016-02-02 15:01:45 -0500
committerClyne Sullivan <tullivan99@gmail.com>2016-02-02 15:01:45 -0500
commitec5db6324d693cfbeeec91870ee7b483a21913f1 (patch)
tree8e8e7fa5e34dc11526bcbcd4e7970a947e9ac6a0 /include/config.h
parentd83b7f3d1f50ee1b164095c0e9d94cc87a44ad8c (diff)
parent783143974e36856e92be3fe1b13cc6a0d0b1faeb (diff)
Merge branch 'master' of https://github.com/tcsullivan/gamedev
Diffstat (limited to 'include/config.h')
-rw-r--r--include/config.h12
1 files changed, 12 insertions, 0 deletions
diff --git a/include/config.h b/include/config.h
new file mode 100644
index 0000000..af9d72e
--- /dev/null
+++ b/include/config.h
@@ -0,0 +1,12 @@
+#ifndef CONFIG_H
+#define CONFIG_H
+
+#include <iostream>
+#include <SDL2/SDL_mixer.h>
+#include <tinyxml2.h>
+
+void readConfig();
+
+void updateConfig();
+
+#endif //CONFIG_H \ No newline at end of file