X-Git-Url: http://git.localhorst.tv/?a=blobdiff_plain;ds=sidebyside;f=src%2Fworld%2FGenerator.cpp;h=51efa252cd76ad9546db968ddb58106baf6532b0;hb=dcd54cacda98c2c0f7cf0c7a9131fb858d8ee10a;hp=fa6e01e5920ed72a698d67c2ff7e60bc2cb4518b;hpb=efc3c1ba52cbe0fc9a4010c37c2d7c7020a0b481;p=blank.git diff --git a/src/world/Generator.cpp b/src/world/Generator.cpp index fa6e01e..51efa25 100644 --- a/src/world/Generator.cpp +++ b/src/world/Generator.cpp @@ -3,10 +3,9 @@ #include "BlockType.hpp" #include "BlockTypeRegistry.hpp" #include "Chunk.hpp" +#include "../graphics/glm.hpp" #include "../rand/OctaveNoise.hpp" -#include - namespace blank {