From 74c6854fd8dcbaee736ac0421805ff1e03c4a1e2 Mon Sep 17 00:00:00 2001 From: iamn1ck Date: Sun, 19 Feb 2017 07:00:34 -0600 Subject: -quadtree and opengl rendering are now in the master branch ! -using sdl_rect for location and size ended up being not so great due to it not having floats, so we reverted back to using location -much, much refractoring is now needed --- inc/main.hpp | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'inc/main.hpp') diff --git a/inc/main.hpp b/inc/main.hpp index 9dc5dcf..aa41738 100644 --- a/inc/main.hpp +++ b/inc/main.hpp @@ -1,9 +1,16 @@ #ifndef main_h #define main_h +#include +#include + +#include "geoshader.hpp" +#include "rectdrawer.hpp" +#include "spritebatch.hpp" #include "window.hpp" #include "event.hpp" #include "list.hpp" #include "timer.hpp" +#include "constants.hpp" #endif -- cgit v1.2.3