summaryrefslogtreecommitdiff
path: root/inc/event.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'inc/event.hpp')
-rw-r--r--inc/event.hpp15
1 files changed, 8 insertions, 7 deletions
diff --git a/inc/event.hpp b/inc/event.hpp
index c1d528e..3a0a868 100644
--- a/inc/event.hpp
+++ b/inc/event.hpp
@@ -5,13 +5,14 @@
class Event
{
- public:
- Event();
- int Poll();
- void off();
- bool gRun();
- SDL_Event& gEvent();
- int gEventType();
+ public:
+ Event();
+
+ int Poll();
+ void off();
+ bool gRun();
+ SDL_Event& gEvent();
+ int gEventType();
private:
bool run;