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 --- src/spritebatch.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/spritebatch.cpp') diff --git a/src/spritebatch.cpp b/src/spritebatch.cpp index 91e04ba..2dd5463 100644 --- a/src/spritebatch.cpp +++ b/src/spritebatch.cpp @@ -1,4 +1,4 @@ -#include "spritebatch.hpp" +#include "opengl/spritebatch.hpp" SpriteBatch::SpriteBatch(GeoShader theshader) : _vbo(0), _vao(0), shader(theshader) { -- cgit v1.2.3