From 6f3fe42d5888e70fe195b6bbf32b7bdd4059415b Mon Sep 17 00:00:00 2001 From: BoredGuy Date: Wed, 25 Dec 2024 16:10:31 +0300 Subject: Started work on collisions --- Week1-Pacman/src/map.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'Week1-Pacman/src/map.h') diff --git a/Week1-Pacman/src/map.h b/Week1-Pacman/src/map.h index 2161806..0721a94 100644 --- a/Week1-Pacman/src/map.h +++ b/Week1-Pacman/src/map.h @@ -8,6 +8,9 @@ struct map { int width; int height; + + SDL_Rect* colliders; + int collider_count; }; /* -- cgit v1.2.3