From c35571e37bdd6d2fe9b95e4265c150265585f3a9 Mon Sep 17 00:00:00 2001 From: drumsetmonkey Date: Wed, 30 Mar 2016 08:41:16 -0400 Subject: Inv and textures --- include/config.hpp | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 include/config.hpp (limited to 'include/config.hpp') 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 +#include +#include + +void readConfig(void); + +void updateConfig(void); + +void saveConfig(); + +#endif //CONFIG_H \ No newline at end of file -- cgit v1.2.3