]> git.localhorst.tv Git - blank.git/blobdiff - src/ai/Spawner.hpp
glm backwards compatibility
[blank.git] / src / ai / Spawner.hpp
index 72d2ac136f84c6c7b3228465e3ac959106db5c2a..daa5f7873390b41de1d9be6db9f2f395d8b87fe3 100644 (file)
@@ -2,9 +2,9 @@
 #define BLANK_AI_SPAWNER_HPP_
 
 #include "../app/IntervalTimer.hpp"
+#include "../graphics/glm.hpp"
 
 #include <vector>
-#include <glm/glm.hpp>
 
 
 namespace blank {