aboutsummaryrefslogtreecommitdiffstats
path: root/src/game.h
diff options
context:
space:
mode:
authornathan <nathansmith@disroot.org>2026-01-31 17:44:51 +0000
committernathan <nathansmith@disroot.org>2026-01-31 17:44:51 +0000
commit3a363047f42bc27c5caa20112fe578d608826423 (patch)
tree0afc8b1a679ec6c21a5a56da2bd79d756770ecaf /src/game.h
parent966afc26c23fdda3ce279559f154899cb0e08b31 (diff)
downloadFindThings-3a363047f42bc27c5caa20112fe578d608826423.tar.gz
FindThings-3a363047f42bc27c5caa20112fe578d608826423.tar.bz2
FindThings-3a363047f42bc27c5caa20112fe578d608826423.zip
That didnt work out
Diffstat (limited to 'src/game.h')
-rw-r--r--src/game.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/game.h b/src/game.h
index 8593316..04e2e18 100644
--- a/src/game.h
+++ b/src/game.h
@@ -44,12 +44,6 @@ struct Game {
AssetId postprocesserShader;
bool ultraWideMode;
} screen;
-
- struct {
- RenderTexture renderTexture;
- Camera camera;
- Model sphere;
- } mainMenu;
};
void initGame(Game* game);