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/window.hpp | 12 +----------- 1 file changed, 1 insertion(+), 11 deletions(-) (limited to 'inc/window.hpp') diff --git a/inc/window.hpp b/inc/window.hpp index 49bdb09..1a1a5a7 100644 --- a/inc/window.hpp +++ b/inc/window.hpp @@ -1,20 +1,10 @@ #ifndef window_h #define window_h -//Theres alot here that are probs not used, needs cleaning #include -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include #include +#include "constants.hpp" using namespace std; -- cgit v1.2.3