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.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_