From 2cc21176467d4501adb7bfb9ee03eb9a2a7d14f2 Mon Sep 17 00:00:00 2001 From: majortom6 Date: Sun, 19 Feb 2017 08:06:37 -0600 Subject: -removed all references to sdl_rect and location and now everything now uses our own class rectangle -standardization of tab spaces to 8 is now in effect -refractoring of graphicsobjects.hpp --- inc/event.hpp | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) (limited to 'inc/event.hpp') 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; -- cgit v1.2.3