summaryrefslogtreecommitdiff
path: root/inc/main.hpp
diff options
context:
space:
mode:
authormajortom6 <tombarrett@siu.edu>2017-02-19 11:13:04 -0600
committerTom Barrett <tombarrett@siu.edu>2017-03-07 13:23:41 -0600
commit379803180921534a42743c1c5fb40647015c3dba (patch)
tree9ede054a43a871ab6cdfcf17099d4acdb9e2f249 /inc/main.hpp
parentfcf6abaccec7c7ed2fd306a9cf1ec378f303297c (diff)
-removed rectdrawer
-removed unused shader -cleaned up main and window
Diffstat (limited to 'inc/main.hpp')
-rw-r--r--inc/main.hpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/inc/main.hpp b/inc/main.hpp
index 2a8ac44..56c8283 100644
--- a/inc/main.hpp
+++ b/inc/main.hpp
@@ -9,7 +9,6 @@
#include "sdl/window.hpp"
#include "opengl/geoshader.hpp"
-#include "opengl/rectdrawer.hpp"
#include "opengl/spritebatch.hpp"
#endif