diff options
author | BoredGuy <osome3717@gmail.com> | 2025-01-15 18:12:03 +0300 |
---|---|---|
committer | BoredGuy <osome3717@gmail.com> | 2025-01-15 18:12:03 +0300 |
commit | 6a6f7be378bee10679e9e1ea61a70b00b4731589 (patch) | |
tree | 8017237147d72e455d6479734579df39eefd2853 /Week1-Pacman/src/map.h | |
parent | 5f7e0d8cf88d0adb9739e2cc7e26ba26243975f8 (diff) |
I am super proud of this one TBH
Diffstat (limited to 'Week1-Pacman/src/map.h')
-rw-r--r-- | Week1-Pacman/src/map.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Week1-Pacman/src/map.h b/Week1-Pacman/src/map.h index 0721a94..7562627 100644 --- a/Week1-Pacman/src/map.h +++ b/Week1-Pacman/src/map.h @@ -18,6 +18,5 @@ struct map { */ void load_map(const char* filename, struct map* map); void draw_map(struct demo* demo, struct map* map); -void map_init(struct demo* demo); #endif // MAP_H_ |