aboutsummaryrefslogtreecommitdiffstats
path: root/src/UIClass.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/UIClass.h')
-rw-r--r--src/UIClass.h18
1 files changed, 18 insertions, 0 deletions
diff --git a/src/UIClass.h b/src/UIClass.h
new file mode 100644
index 0000000..956dbb8
--- /dev/null
+++ b/src/UIClass.h
@@ -0,0 +1,18 @@
+#ifndef UICLASS_H
+#define UICLASS_H
+
+#include <iostream>
+#include <cstdlib>
+#include <SDL2/SDL.h>
+#include <SDL2/SDL_opengl.h>
+
+extern SDL_Event e;
+extern bool gameRunning;
+
+class UIClass{
+ public:
+ void handleEvents();
+
+};
+
+#endif //UICLASS_H \ No newline at end of file