X-Git-Url: http://git.localhorst.tv/?a=blobdiff_plain;f=src%2Fworld%2FGenerator.hpp;fp=src%2Fworld%2FGenerator.hpp;h=aadf2cfbeed4aaa2f0167f10e524d863c997ecb2;hb=a50aa0f2a2fea14f5f8c56209e2ecde3088ef913;hp=b3cb61f891e5bef8f8535f5a4a52980747f9145f;hpb=933ca0fe6c660e482edd45742d981f2de59a32df;p=blank.git diff --git a/src/world/Generator.hpp b/src/world/Generator.hpp index b3cb61f..aadf2cf 100644 --- a/src/world/Generator.hpp +++ b/src/world/Generator.hpp @@ -5,6 +5,7 @@ #include "../rand/SimplexNoise.hpp" #include "../rand/WorleyNoise.hpp" +#include #include @@ -16,7 +17,7 @@ class Generator { public: struct Config { - unsigned int seed = 0; + std::uint64_t seed = 0; float stretch = 64.0f; float solid_threshold = 0.5f; };