X-Git-Url: http://git.localhorst.tv/?a=blobdiff_plain;f=src%2Fapp%2FRuntime.hpp;h=81c015c3668456360b1c84dc77587ba026848b1a;hb=c973988ad1c45333a8c280820b2d7a8d71e088d8;hp=036b8dbfc635ef9078454036113626b2b79266b0;hpb=afd253b2dd10fdf2d4655d3d4a5766e6aa8c1a2c;p=blank.git diff --git a/src/app/Runtime.hpp b/src/app/Runtime.hpp index 036b8db..81c015c 100644 --- a/src/app/Runtime.hpp +++ b/src/app/Runtime.hpp @@ -5,6 +5,7 @@ #include "../world/World.hpp" #include +#include namespace blank { @@ -31,6 +32,10 @@ public: bool doublebuf = true; int multisampling = 1; + std::string asset_path; + std::string save_path; + std::string world_name = "default"; + Interface::Config interface = Interface::Config(); World::Config world = World::Config(); };