summaryrefslogtreecommitdiff
path: root/inc/main.hpp
diff options
context:
space:
mode:
authormajortom6 <tombarrett@siu.edu>2017-02-19 09:17:35 -0600
committerTom Barrett <tombarrett@siu.edu>2017-03-07 13:23:41 -0600
commit5c46e0f0a924989201c6784b0f956bc442f14a7e (patch)
tree33b5889b872023bd7d414f7baec45706330813b3 /inc/main.hpp
parent2cc21176467d4501adb7bfb9ee03eb9a2a7d14f2 (diff)
-removed glm library, its in the debian repos
-made opengl and sdl folders in includes, moved various *hpps to them
Diffstat (limited to 'inc/main.hpp')
-rw-r--r--inc/main.hpp12
1 files changed, 6 insertions, 6 deletions
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 <time.h>
#include <vector>
-#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