diff options
author | drumsetmonkey <abelleisle@roadrunner.com> | 2016-02-02 08:46:58 -0500 |
---|---|---|
committer | drumsetmonkey <abelleisle@roadrunner.com> | 2016-02-02 08:46:58 -0500 |
commit | 783143974e36856e92be3fe1b13cc6a0d0b1faeb (patch) | |
tree | 4a6e0b56120874845027e96901c0eb89c106a64d /include/config.h | |
parent | ed970399ee3865ac7c5682d8a81a6a8a2282dd4a (diff) |
Better menus and config writing
Diffstat (limited to 'include/config.h')
-rw-r--r-- | include/config.h | 12 |
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 |