X-Git-Url: http://git.localhorst.tv/?a=blobdiff_plain;f=src%2Fapp%2FEnvironment.hpp;h=7061000fa221ffe1f3da97ad7e42ff43d4a08fcf;hb=4727825186798902f68df5b99a6a32f0ef618454;hp=f3aa4b5fe92ae3599bafb400aa9a593d9f292b65;hpb=78a290bd642c5578c9dd17481c8164ff50889ca2;p=blank.git diff --git a/src/app/Environment.hpp b/src/app/Environment.hpp index f3aa4b5..7061000 100644 --- a/src/app/Environment.hpp +++ b/src/app/Environment.hpp @@ -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 @@ -37,6 +38,8 @@ struct HeadlessEnvironment { StateControl state; + GaloisLFSR rng; + explicit HeadlessEnvironment(const Config &);