]> git.localhorst.tv Git - blank.git/blobdiff - src/app/Environment.hpp
moved common stated to shared dir
[blank.git] / src / app / Environment.hpp
index f3aa4b5fe92ae3599bafb400aa9a593d9f292b65..7061000fa221ffe1f3da97ad7e42ff43d4a08fcf 100644 (file)
@@ -3,10 +3,11 @@
 
 #include "Assets.hpp"
 #include "FrameCounter.hpp"
-#include "MessageState.hpp"
 #include "StateControl.hpp"
 #include "../audio/Audio.hpp"
 #include "../graphics/Viewport.hpp"
+#include "../rand/GaloisLFSR.hpp"
+#include "../shared/MessageState.hpp"
 #include "../ui/Keymap.hpp"
 
 #include <string>
@@ -37,6 +38,8 @@ struct HeadlessEnvironment {
 
        StateControl state;
 
+       GaloisLFSR rng;
+
 
        explicit HeadlessEnvironment(const Config &);