]> git.localhorst.tv Git - blank.git/blobdiff - src/world/Generator.hpp
glm backwards compatibility
[blank.git] / src / world / Generator.hpp
index 50b50895d0de59f39924be2a64043dc58fa8aa93..e431f7debbd02a588d1d118250795f0e07248a34 100644 (file)
@@ -1,11 +1,11 @@
 #ifndef BLANK_WORLD_GENERATOR_HPP_
 #define BLANK_WORLD_GENERATOR_HPP_
 
+#include "../graphics/glm.hpp"
 #include "../rand/SimplexNoise.hpp"
 
 #include <cstdint>
 #include <vector>
-#include <glm/glm.hpp>
 
 
 namespace blank {