X-Git-Url: http://git.localhorst.tv/?a=blobdiff_plain;f=src%2Fapp%2FConfig.hpp;h=5261a44281334c180b63b0889710c867a54d8c03;hb=04bca2c5e74df466312c69abadf38e1f84aa70a9;hp=4beb0627b6d609405e1ef0765b0553c68fff6918;hpb=b066e776622f96e906600a0c4a08de392bd03676;p=blank.git diff --git a/src/app/Config.hpp b/src/app/Config.hpp index 4beb062..5261a44 100644 --- a/src/app/Config.hpp +++ b/src/app/Config.hpp @@ -2,6 +2,7 @@ #define BLANK_APP_CONFIG_HPP_ #include +#include #include @@ -50,6 +51,9 @@ struct Config { } video; + void Load(std::istream &); + void Save(std::ostream &); + }; }