diff options
| author | nathan <nathansmith@disroot.org> | 2026-01-31 10:25:27 +0000 |
|---|---|---|
| committer | nathan <nathansmith@disroot.org> | 2026-01-31 10:25:27 +0000 |
| commit | 966afc26c23fdda3ce279559f154899cb0e08b31 (patch) | |
| tree | 967e31feb371de03f69358f35fc2734fe5a1b715 /src/game.h | |
| parent | 0b35df87370fc8e4612a2c80fe4b7fb64e72f927 (diff) | |
| download | FindThings-966afc26c23fdda3ce279559f154899cb0e08b31.tar.gz FindThings-966afc26c23fdda3ce279559f154899cb0e08b31.tar.bz2 FindThings-966afc26c23fdda3ce279559f154899cb0e08b31.zip | |
General weirdness
Diffstat (limited to 'src/game.h')
| -rw-r--r-- | src/game.h | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -44,6 +44,12 @@ struct Game { AssetId postprocesserShader; bool ultraWideMode; } screen; + + struct { + RenderTexture renderTexture; + Camera camera; + Model sphere; + } mainMenu; }; void initGame(Game* game); |
