X-Git-Url: http://git.localhorst.tv/?a=blobdiff_plain;f=src%2Fapp%2FRuntime.hpp;fp=src%2Fapp%2FRuntime.hpp;h=10a0e55cb559365366c29c090c2dc29bfb67778f;hb=1afc887a2040dfdedfa66913e94ff7a9634f648f;hp=904431b021bf2d346fac78e9dff5d2586ea05414;hpb=da5073a7fdb1ca066e778a02db33d5d15073aea0;p=blank.git diff --git a/src/app/Runtime.hpp b/src/app/Runtime.hpp index 904431b..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,10 +43,8 @@ public: bool doublebuf = true; int multisampling = 1; - std::string asset_path; - std::string save_path; - 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();