diff options
author | BoredGuy <osome3717@gmail.com> | 2025-07-31 21:20:08 +0300 |
---|---|---|
committer | BoredGuy <osome3717@gmail.com> | 2025-07-31 21:20:08 +0300 |
commit | 2c2910c33c71878c8fb8083c1fbc1a2d282a979b (patch) | |
tree | 5a058b1e03906ef3238c5bb8b60ba5d50443d8bb /include/game.h | |
parent | aa15ed6f4c60e0e0693d4624e3554948078e9a88 (diff) |
Camera System!!!
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 |