X-Git-Url: http://git.localhorst.tv/?a=blobdiff_plain;f=src%2Fworld%2FGenerator.hpp;h=e431f7debbd02a588d1d118250795f0e07248a34;hb=78e56cf8a2029981502dd632a8fbc08da558fe01;hp=50b50895d0de59f39924be2a64043dc58fa8aa93;hpb=6143a02000b2b67317aee88b9992efe9bd6436a0;p=blank.git diff --git a/src/world/Generator.hpp b/src/world/Generator.hpp index 50b5089..e431f7d 100644 --- a/src/world/Generator.hpp +++ b/src/world/Generator.hpp @@ -1,11 +1,11 @@ #ifndef BLANK_WORLD_GENERATOR_HPP_ #define BLANK_WORLD_GENERATOR_HPP_ +#include "../graphics/glm.hpp" #include "../rand/SimplexNoise.hpp" #include #include -#include namespace blank {