diff options
Diffstat (limited to 'src/game.h')
| -rw-r--r-- | src/game.h | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -35,6 +35,8 @@ struct Game { bool isCrossHairEnabled; bool showFPS; + Seed strangeTalkSeed; + struct { RenderTexture render; float scale; |
