diff options
| author | Aldrik Ramaekers <aldrikboy@gmail.com> | 2024-05-11 16:50:23 +0200 |
|---|---|---|
| committer | Aldrik Ramaekers <aldrikboy@gmail.com> | 2024-05-11 16:50:23 +0200 |
| commit | 2e04356bbb1d16c0d519156c3bcf201aea291e09 (patch) | |
| tree | 80a621b000d1ad0c5bfb2f1c73075e3b89168efa /include/audio.h | |
| parent | 28bf7168e633629a6a049f639950a30f26102f40 (diff) | |
door sounds and doors open for zombies
Diffstat (limited to 'include/audio.h')
| -rw-r--r-- | include/audio.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/audio.h b/include/audio.h index 5199854..8319305 100644 --- a/include/audio.h +++ b/include/audio.h @@ -28,6 +28,8 @@ typedef enum t_audio_event_type { EVENT_ZOMBIESCREECH, EVENT_ZOMBIEROAR, EVENT_PLAYERHURT, + EVENT_DOOR_OPEN, + EVENT_DOOR_CLOSE, } audio_event_type; typedef struct t_audio_event { |
