diff options
| author | Aldrik Ramaekers <aldrik@amftech.nl> | 2022-12-15 12:59:19 +0100 |
|---|---|---|
| committer | Aldrik Ramaekers <aldrik@amftech.nl> | 2022-12-15 12:59:19 +0100 |
| commit | 7b956089e6ba5162fb0b667f1c0a60f6ece90c38 (patch) | |
| tree | 82de31240ad1f1ae77874f07b288fcc39b8948f4 /include/zombies.h | |
| parent | 23d2cc231e5b4c015a8471d3035dc07802de23d5 (diff) | |
added drops
Diffstat (limited to 'include/zombies.h')
| -rw-r--r-- | include/zombies.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/zombies.h b/include/zombies.h index f5df00e..df5e629 100644 --- a/include/zombies.h +++ b/include/zombies.h @@ -34,7 +34,7 @@ zombie zombies[20] = {0}; int max_zombies = 20; void draw_spawners(platform_window* window); -void draw_zombies_at_tile(platform_window* window, int x, int y); +void draw_zombies(platform_window* window); void spawn_zombie(int x, int y); #endif
\ No newline at end of file |
