From b97a54b8acd113e99871fdb0f683e27e0912bf42 Mon Sep 17 00:00:00 2001 From: tom Date: Wed, 11 Jan 2017 02:19:07 -0600 Subject: -removed all magic numbers and placed them in a constants header -removed unused libraries and redid all header files --- inc/event.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'inc/event.hpp') diff --git a/inc/event.hpp b/inc/event.hpp index e9025f0..c1d528e 100644 --- a/inc/event.hpp +++ b/inc/event.hpp @@ -1,7 +1,7 @@ #ifndef event_h #define event_h -#include "window.hpp" +#include class Event { -- cgit v1.2.3