From 6a6f7be378bee10679e9e1ea61a70b00b4731589 Mon Sep 17 00:00:00 2001 From: BoredGuy Date: Wed, 15 Jan 2025 18:12:03 +0300 Subject: Scuffed Resource System I am super proud of this one TBH --- Week1-Pacman/src/map.h | 1 - 1 file changed, 1 deletion(-) (limited to 'Week1-Pacman/src/map.h') 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_ -- cgit v1.2.3