]> git.localhorst.tv Git - blank.git/blobdiff - src/app/Environment.hpp
merge common parts of pre- and unload states
[blank.git] / src / app / Environment.hpp
index f3aa4b5fe92ae3599bafb400aa9a593d9f292b65..724db7072de75fa0aa3904ebd1f2c1332aa70ab9 100644 (file)
@@ -7,6 +7,7 @@
 #include "StateControl.hpp"
 #include "../audio/Audio.hpp"
 #include "../graphics/Viewport.hpp"
+#include "../rand/GaloisLFSR.hpp"
 #include "../ui/Keymap.hpp"
 
 #include <string>
@@ -37,6 +38,8 @@ struct HeadlessEnvironment {
 
        StateControl state;
 
+       GaloisLFSR rng;
+
 
        explicit HeadlessEnvironment(const Config &);