summaryrefslogtreecommitdiff
path: root/Week1-Pacman/src/map.h
diff options
context:
space:
mode:
Diffstat (limited to 'Week1-Pacman/src/map.h')
-rw-r--r--Week1-Pacman/src/map.h3
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;
};
/*