]> git.localhorst.tv Git - blank.git/blobdiff - src/graphics/SpriteMesh.hpp
glm backwards compatibility
[blank.git] / src / graphics / SpriteMesh.hpp
index 0c6c9a1918b3f97758335147d872471e8b5f85bb..019af862e0d700bfd61d699c8c91a5c82929a530 100644 (file)
@@ -1,11 +1,11 @@
 #ifndef BLANK_GRPAHICS_SPRITEMESH_HPP_
 #define BLANK_GRPAHICS_SPRITEMESH_HPP_
 
+#include "glm.hpp"
 #include "VertexArray.hpp"
 
 #include <vector>
 #include <GL/glew.h>
-#include <glm/glm.hpp>
 
 
 namespace blank {