]> git.localhorst.tv Git - blank.git/blobdiff - src/app/Runtime.hpp
split chunk redering from world model
[blank.git] / src / app / Runtime.hpp
index 036b8dbfc635ef9078454036113626b2b79266b0..81c015c3668456360b1c84dc77587ba026848b1a 100644 (file)
@@ -5,6 +5,7 @@
 #include "../world/World.hpp"
 
 #include <cstddef>
+#include <string>
 
 
 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();
        };