summaryrefslogtreecommitdiff
path: root/include/audio.h
diff options
context:
space:
mode:
authorAldrik Ramaekers <aldrik@amftech.nl>2024-01-07 12:24:38 +0100
committerAldrik Ramaekers <aldrik@amftech.nl>2024-01-07 12:24:38 +0100
commit33f39cd8ef08db0007c9690992bad99edbaa1795 (patch)
treee1e48263aaa124ca826b4c5984e3511e56bde70f /include/audio.h
parent1f3e6604cf2df6ae11944f99f939b8b697ebd4d9 (diff)
zombie hit player
Diffstat (limited to 'include/audio.h')
-rw-r--r--include/audio.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/audio.h b/include/audio.h
index b32148f..6414f5a 100644
--- a/include/audio.h
+++ b/include/audio.h
@@ -27,6 +27,7 @@ typedef enum t_audio_event_type {
EVENT_FOOTSTEP,
EVENT_ZOMBIESCREECH,
EVENT_ZOMBIEROAR,
+ EVENT_PLAYERHURT,
} audio_event_type;
typedef struct t_audio_event {