X-Git-Url: http://git.localhorst.tv/?a=blobdiff_plain;f=src%2Fworld%2FWorld.hpp;h=7785ed6a68c3847a866201e6c8d5c3abfb6d8edd;hb=dcd54cacda98c2c0f7cf0c7a9131fb858d8ee10a;hp=40136c8dff4a99315003582bd3b58a37d7cc5374;hpb=efc3c1ba52cbe0fc9a4010c37c2d7c7020a0b481;p=blank.git diff --git a/src/world/World.hpp b/src/world/World.hpp index 40136c8..7785ed6 100644 --- a/src/world/World.hpp +++ b/src/world/World.hpp @@ -5,13 +5,13 @@ #include "Entity.hpp" #include "Generator.hpp" #include "Player.hpp" +#include "../graphics/glm.hpp" #include "../rand/GaloisLFSR.hpp" #include #include #include #include -#include namespace blank {