summaryrefslogtreecommitdiff
path: root/Week1-Pacman/src/map.h
diff options
context:
space:
mode:
authorBoredGuy <osome3717@gmail.com>2025-01-15 18:12:03 +0300
committerBoredGuy <osome3717@gmail.com>2025-01-15 18:12:03 +0300
commit6a6f7be378bee10679e9e1ea61a70b00b4731589 (patch)
tree8017237147d72e455d6479734579df39eefd2853 /Week1-Pacman/src/map.h
parent5f7e0d8cf88d0adb9739e2cc7e26ba26243975f8 (diff)
Scuffed Resource SystemHEADmaster
I am super proud of this one TBH
Diffstat (limited to 'Week1-Pacman/src/map.h')
-rw-r--r--Week1-Pacman/src/map.h1
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_