summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/game.h1
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