summaryrefslogtreecommitdiff
path: root/include/zombies.h
diff options
context:
space:
mode:
authorAldrik Ramaekers <aldrik@amftech.nl>2023-11-05 11:08:16 +0100
committerAldrik Ramaekers <aldrik@amftech.nl>2023-11-05 11:08:16 +0100
commit075335d187f45de7d002e3f44f6ec93b30abed78 (patch)
tree0326b8ef2b4b779f4a1eee10a62b1a803c6e19ba /include/zombies.h
parent2b23a7efd6cc4d55e10e01c978a3614e7b97c93c (diff)
rounds
Diffstat (limited to 'include/zombies.h')
-rw-r--r--include/zombies.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/zombies.h b/include/zombies.h
index b2aeb2a..9c1b68d 100644
--- a/include/zombies.h
+++ b/include/zombies.h
@@ -44,5 +44,6 @@ void create_spawner(vec2 position);
void draw_spawners(platform_window* window);
void draw_zombies(platform_window* window);
void spawn_zombie(int x, int y);
+u32 number_of_zombies_active();
#endif \ No newline at end of file