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/list.hpp | 3 +++ 1 file changed, 3 insertions(+) (limited to 'inc/list.hpp') diff --git a/inc/list.hpp b/inc/list.hpp index 3ad8477..8cf409b 100644 --- a/inc/list.hpp +++ b/inc/list.hpp @@ -1,10 +1,13 @@ #ifndef list_h #define list_h +#include + #include "creature.hpp" #include "resource.hpp" #include "window.hpp" #include "location.hpp" +#include "constants.hpp" class List { -- cgit v1.2.3