From 5c46e0f0a924989201c6784b0f956bc442f14a7e Mon Sep 17 00:00:00 2001 From: majortom6 Date: Sun, 19 Feb 2017 09:17:35 -0600 Subject: -removed glm library, its in the debian repos -made opengl and sdl folders in includes, moved various *hpps to them --- inc/quadtree.hpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'inc/quadtree.hpp') diff --git a/inc/quadtree.hpp b/inc/quadtree.hpp index fab20da..8da34aa 100644 --- a/inc/quadtree.hpp +++ b/inc/quadtree.hpp @@ -4,12 +4,12 @@ #include #include -#include "window.hpp" +#include "sdl/window.hpp" #include "creature.hpp" #include "resource.hpp" #include "entity.hpp" #include "rectangle.hpp" -#include "graphicsobjects.hpp" +#include "opengl/graphicsdata.hpp" class Quadtree { -- cgit v1.2.3