diff options
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 eeadaaf..b2aeb2a 100644 --- a/include/zombies.h +++ b/include/zombies.h @@ -39,6 +39,7 @@ spawner spawner_tiles[MAX_SPAWNERS] = {0}; #define SERVER_MAX_ZOMBIES (50) zombie zombies[SERVER_MAX_ZOMBIES] = {0}; +bool hit_zombie(int index, int damage); void create_spawner(vec2 position); void draw_spawners(platform_window* window); void draw_zombies(platform_window* window); |
