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/quadtree.hpp | 1 + 1 file changed, 1 insertion(+) (limited to 'inc/quadtree.hpp') diff --git a/inc/quadtree.hpp b/inc/quadtree.hpp index 2c23c67..fab20da 100644 --- a/inc/quadtree.hpp +++ b/inc/quadtree.hpp @@ -8,6 +8,7 @@ #include "creature.hpp" #include "resource.hpp" #include "entity.hpp" +#include "rectangle.hpp" #include "graphicsobjects.hpp" class Quadtree { -- cgit v1.2.3