]> git.localhorst.tv Git - blank.git/blobdiff - src/app/Runtime.hpp
move client update throttling to state
[blank.git] / src / app / Runtime.hpp
index 10a0e55cb559365366c29c090c2dc29bfb67778f..65ad408d4ffffd7c1a826142f2a5a6b8734e95f5 100644 (file)
@@ -5,6 +5,7 @@
 #include "../net/Client.hpp"
 #include "../net/Server.hpp"
 #include "../ui/Interface.hpp"
+#include "../world/Generator.hpp"
 #include "../world/World.hpp"
 
 #include <cstddef>
@@ -44,6 +45,7 @@ public:
                int multisampling = 1;
 
                Client::Config client = Client::Config();
+               Generator::Config gen = Generator::Config();
                HeadlessEnvironment::Config env = HeadlessEnvironment::Config();
                Interface::Config interface = Interface::Config();
                Server::Config server = Server::Config();