diff options
| author | Aldrik Ramaekers <aldrikboy@gmail.com> | 2024-05-18 12:31:46 +0200 |
|---|---|---|
| committer | Aldrik Ramaekers <aldrikboy@gmail.com> | 2024-05-18 12:31:46 +0200 |
| commit | f646ddb88ec19307d42729b7babdb77966449327 (patch) | |
| tree | 0f7031bf54ef2b3274380211e05bcfa66420ebe3 /include/zombies.h | |
| parent | 003c13a4ae07c3ec15a31df0f7f65e3d1ffe9ae0 (diff) | |
ingame menu & network work
Diffstat (limited to 'include/zombies.h')
| -rw-r--r-- | include/zombies.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/zombies.h b/include/zombies.h index 36d4ede..1b3a728 100644 --- a/include/zombies.h +++ b/include/zombies.h @@ -61,6 +61,7 @@ void create_spawner(vec2 position); void draw_spawners(platform_window* window); void draw_zombies(platform_window* window, uint32_t ystart, uint32_t yend); void spawn_zombie(int x, int y); +void clear_zombies(); u32 number_of_zombies_active(); #endif
\ No newline at end of file |
