aboutsummaryrefslogtreecommitdiffstats
path: root/src/game.h
diff options
context:
space:
mode:
authornathan <nathansmith@disroot.org>2026-01-31 10:25:27 +0000
committernathan <nathansmith@disroot.org>2026-01-31 10:25:27 +0000
commit966afc26c23fdda3ce279559f154899cb0e08b31 (patch)
tree967e31feb371de03f69358f35fc2734fe5a1b715 /src/game.h
parent0b35df87370fc8e4612a2c80fe4b7fb64e72f927 (diff)
downloadFindThings-966afc26c23fdda3ce279559f154899cb0e08b31.tar.gz
FindThings-966afc26c23fdda3ce279559f154899cb0e08b31.tar.bz2
FindThings-966afc26c23fdda3ce279559f154899cb0e08b31.zip
General weirdness
Diffstat (limited to 'src/game.h')
-rw-r--r--src/game.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/game.h b/src/game.h
index 04e2e18..8593316 100644
--- a/src/game.h
+++ b/src/game.h
@@ -44,6 +44,12 @@ struct Game {
AssetId postprocesserShader;
bool ultraWideMode;
} screen;
+
+ struct {
+ RenderTexture renderTexture;
+ Camera camera;
+ Model sphere;
+ } mainMenu;
};
void initGame(Game* game);