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 0990bd2..d75fd4a 100644
--- a/src/game.h
+++ b/src/game.h
@@ -20,6 +20,12 @@ struct Game {
Player player;
World world;
Model skybox;
+
+ struct {
+ RenderTexture render;
+ float scale;
+ Rectangle destination;
+ } screen;
};
void initGame(Game* game);