summaryrefslogtreecommitdiff
path: root/include/zombies.h
diff options
context:
space:
mode:
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 a9d8a5c..b3bc1f3 100644
--- a/include/zombies.h
+++ b/include/zombies.h
@@ -16,6 +16,7 @@ typedef enum t_zombie_type {
typedef struct t_zombie {
bool alive;
float health;
+ float max_health;
vec3f position;
vec3f size;
array path;