diff options
Diffstat (limited to 'Week1-Pacman/src/map.h')
-rw-r--r-- | Week1-Pacman/src/map.h | 3 |
1 files changed, 3 insertions, 0 deletions
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; }; /* |