aboutsummaryrefslogtreecommitdiffstats
path: root/src/game.h
diff options
context:
space:
mode:
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);