]> git.localhorst.tv Git - blank.git/blobdiff - src/app/Environment.hpp
smoother type selection during chunk generation
[blank.git] / src / app / Environment.hpp
index 724db7072de75fa0aa3904ebd1f2c1332aa70ab9..2cab6709fd46135540c8f3582267887a9123fbe0 100644 (file)
@@ -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 <string>
@@ -38,8 +37,6 @@ struct HeadlessEnvironment {
 
        StateControl state;
 
-       GaloisLFSR rng;
-
 
        explicit HeadlessEnvironment(const Config &);