diff options
| author | Aldrik Ramaekers <aldrik@amftech.nl> | 2024-01-07 12:24:38 +0100 |
|---|---|---|
| committer | Aldrik Ramaekers <aldrik@amftech.nl> | 2024-01-07 12:24:38 +0100 |
| commit | 33f39cd8ef08db0007c9690992bad99edbaa1795 (patch) | |
| tree | e1e48263aaa124ca826b4c5984e3511e56bde70f /include/audio.h | |
| parent | 1f3e6604cf2df6ae11944f99f939b8b697ebd4d9 (diff) | |
zombie hit player
Diffstat (limited to 'include/audio.h')
| -rw-r--r-- | include/audio.h | 1 |
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 { |
