diff options
Diffstat (limited to 'include/game.h')
-rw-r--r-- | include/game.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/game.h b/include/game.h index eb6da29..fbfe2e1 100644 --- a/include/game.h +++ b/include/game.h @@ -50,6 +50,7 @@ typedef struct Entity { typedef struct Game { bool paused; Entity entities[MAX_ENTITY_COUNT]; + Camera2D camera; #ifdef BEATEMUP_DEBUG //Debug information |