aboutsummaryrefslogtreecommitdiffstats
path: root/src/UIClass.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/UIClass.cpp')
-rw-r--r--src/UIClass.cpp5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/UIClass.cpp b/src/UIClass.cpp
index 711440a..9cdf735 100644
--- a/src/UIClass.cpp
+++ b/src/UIClass.cpp
@@ -1,6 +1,7 @@
-#include "UIClass.h"
+#include <UIClass.h>
void UIClass::handleEvents(){
+ SDL_Event e;
while(SDL_PollEvent(&e)){
switch(e.type){
case SDL_QUIT:
@@ -18,4 +19,4 @@ void UIClass::handleEvents(){
break;
}
}
-} \ No newline at end of file
+}