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/timer.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'inc/timer.hpp') diff --git a/inc/timer.hpp b/inc/timer.hpp index 1213311..c8f43ff 100644 --- a/inc/timer.hpp +++ b/inc/timer.hpp @@ -1,7 +1,7 @@ #ifndef timer_h #define timer_h -#include "window.hpp" +#include class Timer { -- cgit v1.2.3