]> git.localhorst.tv Git - blank.git/blobdiff - src/world/Generator.cpp
glm backwards compatibility
[blank.git] / src / world / Generator.cpp
index fa6e01e5920ed72a698d67c2ff7e60bc2cb4518b..51efa252cd76ad9546db968ddb58106baf6532b0 100644 (file)
@@ -3,10 +3,9 @@
 #include "BlockType.hpp"
 #include "BlockTypeRegistry.hpp"
 #include "Chunk.hpp"
+#include "../graphics/glm.hpp"
 #include "../rand/OctaveNoise.hpp"
 
-#include <glm/glm.hpp>
-
 
 namespace blank {