]> git.localhorst.tv Git - blank.git/blobdiff - src/graphics/BlendedSprite.hpp
glm backwards compatibility
[blank.git] / src / graphics / BlendedSprite.hpp
index a15d8a1cb2b41c077c498f92ed86f377defdeeed..b103a4db4d3d8bc109a5b4e14fc5d815bc374314 100644 (file)
@@ -1,10 +1,10 @@
 #ifndef BLANK_GRAPHICS_BLENDEDSPRITE_HPP_
 #define BLANK_GRAPHICS_BLENDEDSPRITE_HPP_
 
+#include "glm.hpp"
 #include "Program.hpp"
 
 #include <GL/glew.h>
-#include <glm/glm.hpp>
 
 
 namespace blank {