X-Git-Url: http://git.localhorst.tv/?a=blobdiff_plain;f=src%2Fapp%2FRuntime.hpp;h=ac508b90677bf8fbe5d19e44c7111bc2c55456a5;hb=34a7fafb4c2d4ed95eb990eda5c02d5c79d3411b;hp=036b8dbfc635ef9078454036113626b2b79266b0;hpb=7bb75960dbf9bfdee9ac865384aca81791b3da5c;p=blank.git diff --git a/src/app/Runtime.hpp b/src/app/Runtime.hpp index 036b8db..ac508b9 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,9 @@ public: bool doublebuf = true; int multisampling = 1; + std::string asset_path; + std::string save_path; + Interface::Config interface = Interface::Config(); World::Config world = World::Config(); };