X-Git-Url: http://git.localhorst.tv/?a=blobdiff_plain;f=src%2Fapp%2FEnvironment.hpp;h=2cab6709fd46135540c8f3582267887a9123fbe0;hb=6513b55584093a86ce1e369e054263dd75c295c8;hp=724db7072de75fa0aa3904ebd1f2c1332aa70ab9;hpb=825f479edf9867938b6789215ad7ae6303596cba;p=blank.git diff --git a/src/app/Environment.hpp b/src/app/Environment.hpp index 724db70..2cab670 100644 --- a/src/app/Environment.hpp +++ b/src/app/Environment.hpp @@ -3,11 +3,10 @@ #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 @@ -38,8 +37,6 @@ struct HeadlessEnvironment { StateControl state; - GaloisLFSR rng; - explicit HeadlessEnvironment(const Config &);