]> git.localhorst.tv Git - blank.git/blobdiff - src/graphics/Font.hpp
glm backwards compatibility
[blank.git] / src / graphics / Font.hpp
index b940059787ec0485ed153eb760f5e8b11078dacc..d52d43f63e179df4539d4687f50d30609815e6cd 100644 (file)
@@ -1,8 +1,9 @@
 #ifndef BLANK_GRAPHICS_FONT_HPP_
 #define BLANK_GRAPHICS_FONT_HPP_
 
+#include "glm.hpp"
+
 #include <SDL_ttf.h>
-#include <glm/glm.hpp>
 
 
 namespace blank {