diff options
Diffstat (limited to 'src/game.h')
| -rw-r--r-- | src/game.h | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -20,6 +20,12 @@ struct Game { Player player; World world; Model skybox; + + struct { + RenderTexture render; + float scale; + Rectangle destination; + } screen; }; void initGame(Game* game); |
