]> git.localhorst.tv Git - blank.git/blobdiff - src/app/Environment.hpp
configurable asset and save path
[blank.git] / src / app / Environment.hpp
index b465bfb48f19c88e7e157e68b3f5c9f2e10ca66d..b9dcc2900f97760f92e6948a7434619252756330 100644 (file)
@@ -7,6 +7,8 @@
 #include "../audio/Audio.hpp"
 #include "../graphics/Viewport.hpp"
 
+#include <string>
+
 
 namespace blank {
 
@@ -24,7 +26,7 @@ struct Environment {
        StateControl state;
 
 
-       explicit Environment(Window &win);
+       explicit Environment(Window &win, const std::string &asset_path);
 
 };