diff options
| author | nathan <nathansmith@disroot.org> | 2026-01-14 11:22:09 +0000 |
|---|---|---|
| committer | nathan <nathansmith@disroot.org> | 2026-01-14 11:22:09 +0000 |
| commit | 1b6cb396a429310e2d374fb276efbefe3f6c2fc7 (patch) | |
| tree | d52c1797e128fd275a21e07dc8fb737b490c5d09 /src/game.h | |
| parent | bbce25930d9910c715245f5d87a108ab1dac3426 (diff) | |
| download | FindThings-1b6cb396a429310e2d374fb276efbefe3f6c2fc7.tar.gz FindThings-1b6cb396a429310e2d374fb276efbefe3f6c2fc7.tar.bz2 FindThings-1b6cb396a429310e2d374fb276efbefe3f6c2fc7.zip | |
Funnies
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; |
