]> git.localhorst.tv Git - blank.git/blobdiff - src/runtime.hpp
extracted configuration of various parts
[blank.git] / src / runtime.hpp
index 01f6cdd2c9b51df11afd0c453bc3d3a1e76939c4..1fbc4db4fc3b8c27117e8c1e5204d5fab82d29f2 100644 (file)
@@ -1,6 +1,8 @@
 #ifndef BLANK_RUNTIME_HPP_
 #define BLANK_RUNTIME_HPP_
 
+#include "app.hpp"
+
 #include <cstddef>
 
 
@@ -28,7 +30,7 @@ private:
        Mode mode;
        std::size_t n;
        std::size_t t;
-       unsigned int seed;
+       Application::Config config;
 
 };