X-Git-Url: http://git.localhorst.tv/?a=blobdiff_plain;f=src%2Fruntime.hpp;h=1fbc4db4fc3b8c27117e8c1e5204d5fab82d29f2;hb=4485397da18a25dfd1a51e864814887b66ba0f2e;hp=01f6cdd2c9b51df11afd0c453bc3d3a1e76939c4;hpb=bd6bd2c875f4b6baef913e5315aa9f7e7cd7da7a;p=blank.git diff --git a/src/runtime.hpp b/src/runtime.hpp index 01f6cdd..1fbc4db 100644 --- a/src/runtime.hpp +++ b/src/runtime.hpp @@ -1,6 +1,8 @@ #ifndef BLANK_RUNTIME_HPP_ #define BLANK_RUNTIME_HPP_ +#include "app.hpp" + #include @@ -28,7 +30,7 @@ private: Mode mode; std::size_t n; std::size_t t; - unsigned int seed; + Application::Config config; };