diff options
author | Clyne Sullivan <tullivan99@gmail.com> | 2015-09-07 15:28:36 -0400 |
---|---|---|
committer | Clyne Sullivan <tullivan99@gmail.com> | 2015-09-07 15:28:36 -0400 |
commit | 51e40764ce718283c89422cd5e3d02d324c7d16c (patch) | |
tree | 74643c465b7d39f2a22840c6523c2aad77edcde4 /src/UIClass.h | |
parent | ebf6608e077c8d76d7f189c93a40e9f55ce630ff (diff) |
Hey
Diffstat (limited to 'src/UIClass.h')
-rw-r--r-- | src/UIClass.h | 18 |
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 |