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/list.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'inc/list.hpp') diff --git a/inc/list.hpp b/inc/list.hpp index 14a824c..aff57a2 100644 --- a/inc/list.hpp +++ b/inc/list.hpp @@ -8,7 +8,7 @@ #include "functions.hpp" #include "creature.hpp" #include "resource.hpp" -#include "window.hpp" +#include "sdl/window.hpp" #include "constants.hpp" #include "rectangle.hpp" #include "quadtree.hpp" -- cgit v1.2.3