X-Git-Url: http://git.localhorst.tv/?a=blobdiff_plain;f=src%2Fapp%2FRuntime.hpp;h=10a0e55cb559365366c29c090c2dc29bfb67778f;hb=4e3d9c23940c4511623b5bf328cbbe42641c4b30;hp=ee438537a345ef43e0f884f24ca799588b15ba4a;hpb=9ebe2c320fd9f94266ab93fa2f9d9908a0a284d3;p=blank.git diff --git a/src/app/Runtime.hpp b/src/app/Runtime.hpp index ee43853..10a0e55 100644 --- a/src/app/Runtime.hpp +++ b/src/app/Runtime.hpp @@ -1,6 +1,7 @@ #ifndef BLANK_RUNTIME_HPP_ #define BLANK_RUNTIME_HPP_ +#include "Environment.hpp" #include "../net/Client.hpp" #include "../net/Server.hpp" #include "../ui/Interface.hpp" @@ -42,11 +43,8 @@ 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(); + HeadlessEnvironment::Config env = HeadlessEnvironment::Config(); Interface::Config interface = Interface::Config(); Server::Config server = Server::Config(); World::Config world = World::Config();