aboutsummaryrefslogtreecommitdiffstats
path: root/src/game.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/game.h')
-rw-r--r--src/game.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/game.h b/src/game.h
index c59d5e9..04e2e18 100644
--- a/src/game.h
+++ b/src/game.h
@@ -35,6 +35,8 @@ struct Game {
bool isCrossHairEnabled;
bool showFPS;
+ Seed strangeTalkSeed;
+
struct {
RenderTexture render;
float scale;