]> git.localhorst.tv Git - blank.git/blobdiff - src/world/World.hpp
glm backwards compatibility
[blank.git] / src / world / World.hpp
index 40136c8dff4a99315003582bd3b58a37d7cc5374..7785ed6a68c3847a866201e6c8d5c3abfb6d8edd 100644 (file)
@@ -5,13 +5,13 @@
 #include "Entity.hpp"
 #include "Generator.hpp"
 #include "Player.hpp"
+#include "../graphics/glm.hpp"
 #include "../rand/GaloisLFSR.hpp"
 
 #include <cstdint>
 #include <list>
 #include <string>
 #include <vector>
-#include <glm/glm.hpp>
 
 
 namespace blank {