X-Git-Url: http://git.localhorst.tv/?a=blobdiff_plain;f=src%2Fworld%2FGenerator.hpp;h=aadf2cfbeed4aaa2f0167f10e524d863c997ecb2;hb=a50aa0f2a2fea14f5f8c56209e2ecde3088ef913;hp=a2ae18a3e99fa56450f57c88abd8e4deea8d2f33;hpb=b7d09e1e35ef90282c97509e0020b20db3c7ea9f;p=blank.git diff --git a/src/world/Generator.hpp b/src/world/Generator.hpp index a2ae18a..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,8 +17,7 @@ class Generator { public: struct Config { - unsigned int solid_seed = 0; - unsigned int type_seed = 0; + std::uint64_t seed = 0; float stretch = 64.0f; float solid_threshold = 0.5f; };