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, 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);