X-Git-Url: http://git.localhorst.tv/?a=blobdiff_plain;f=src%2Fworld%2FGenerator.cpp;h=51efa252cd76ad9546db968ddb58106baf6532b0;hb=7bd3601fafbecae415bd96fc24404b21338cd7a4;hp=fa6e01e5920ed72a698d67c2ff7e60bc2cb4518b;hpb=fda38181732e58537331c919dd699eaa830ead50;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 {