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/main.hpp | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'inc/main.hpp') diff --git a/inc/main.hpp b/inc/main.hpp index aa41738..3fe405f 100644 --- a/inc/main.hpp +++ b/inc/main.hpp @@ -4,13 +4,13 @@ #include #include -#include "geoshader.hpp" -#include "rectdrawer.hpp" -#include "spritebatch.hpp" -#include "window.hpp" -#include "event.hpp" +#include "opengl/geoshader.hpp" +#include "opengl/rectdrawer.hpp" +#include "opengl/spritebatch.hpp" +#include "sdl/window.hpp" +#include "sdl/event.hpp" #include "list.hpp" -#include "timer.hpp" +#include "sdl/timer.hpp" #include "constants.hpp" #endif -- cgit v1.2.3