]> git.localhorst.tv Git - blank.git/blobdiff - src/app/Config.hpp
smoother type selection during chunk generation
[blank.git] / src / app / Config.hpp
index 4beb0627b6d609405e1ef0765b0553c68fff6918..5261a44281334c180b63b0889710c867a54d8c03 100644 (file)
@@ -2,6 +2,7 @@
 #define BLANK_APP_CONFIG_HPP_
 
 #include <cstdint>
+#include <iosfwd>
 #include <string>
 
 
@@ -50,6 +51,9 @@ struct Config {
 
        } video;
 
+       void Load(std::istream &);
+       void Save(std::ostream &);
+
 };
 
 }