]> git.localhorst.tv Git - blank.git/blobdiff - src/world/WorldCollision.hpp
glm backwards compatibility
[blank.git] / src / world / WorldCollision.hpp
index 65cba9de58f5140b664dc2fbbd7e80fed8717957..8b0f5a17b89ce72e3ebe76ccf036ec2b29387830 100644 (file)
@@ -3,8 +3,7 @@
 
 #include "BlockType.hpp"
 #include "Chunk.hpp"
-
-#include <glm/glm.hpp>
+#include "../graphics/glm.hpp"
 
 
 namespace blank {