summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorBoredGuy <osome3717@gmail.com>2025-07-31 21:20:08 +0300
committerBoredGuy <osome3717@gmail.com>2025-07-31 21:20:08 +0300
commit2c2910c33c71878c8fb8083c1fbc1a2d282a979b (patch)
tree5a058b1e03906ef3238c5bb8b60ba5d50443d8bb /include
parentaa15ed6f4c60e0e0693d4624e3554948078e9a88 (diff)
Camera System!!!
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