]> git.localhorst.tv Git - blank.git/blobdiff - src/app/Runtime.hpp
configurable asset and save path
[blank.git] / src / app / Runtime.hpp
index 036b8dbfc635ef9078454036113626b2b79266b0..ac508b90677bf8fbe5d19e44c7111bc2c55456a5 100644 (file)
@@ -5,6 +5,7 @@
 #include "../world/World.hpp"
 
 #include <cstddef>
+#include <string>
 
 
 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();
        };