From f2522c04446bb4bd597a8625f9398e67ff957565 Mon Sep 17 00:00:00 2001 From: Aldrik Ramaekers Date: Sat, 28 Oct 2023 16:27:07 +0200 Subject: more sounds --- include/zombies.h | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'include/zombies.h') diff --git a/include/zombies.h b/include/zombies.h index 0c18bef..eeadaaf 100644 --- a/include/zombies.h +++ b/include/zombies.h @@ -8,6 +8,11 @@ #include "pathfinding.h" #include "sprite.h" +typedef enum t_zombie_type { + ZOMBIE_TYPE_NONE, + ZOMBIE_TYPE_NORMAL, +} zombie_type; + typedef struct t_zombie { bool alive; float health; @@ -18,6 +23,7 @@ typedef struct t_zombie { float time_since_last_path; pathfinding_request request; vec2f next2tiles[2]; + zombie_type type; } zombie; typedef struct t_spawner { -- cgit v1.2.3-70-g09d2