X-Git-Url: http://git.localhorst.tv/?a=blobdiff_plain;f=src%2Fapp%2FRuntime.hpp;h=65ad408d4ffffd7c1a826142f2a5a6b8734e95f5;hb=8507332e2d0c54aec4045fb6f0021bdc3bd57750;hp=ee438537a345ef43e0f884f24ca799588b15ba4a;hpb=9ebe2c320fd9f94266ab93fa2f9d9908a0a284d3;p=blank.git diff --git a/src/app/Runtime.hpp b/src/app/Runtime.hpp index ee43853..65ad408 100644 --- a/src/app/Runtime.hpp +++ b/src/app/Runtime.hpp @@ -1,9 +1,11 @@ #ifndef BLANK_RUNTIME_HPP_ #define BLANK_RUNTIME_HPP_ +#include "Environment.hpp" #include "../net/Client.hpp" #include "../net/Server.hpp" #include "../ui/Interface.hpp" +#include "../world/Generator.hpp" #include "../world/World.hpp" #include @@ -42,11 +44,9 @@ public: bool doublebuf = true; int multisampling = 1; - std::string asset_path; - std::string save_path; - std::string world_name = "default"; - 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(); World::Config world = World::Config();