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, 0 insertions, 18 deletions
diff --git a/src/UIClass.h b/src/UIClass.h
deleted file mode 100644
index 956dbb8..0000000
--- a/src/UIClass.h
+++ /dev/null
@@ -1,18 +0,0 @@
-#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