summaryrefslogtreecommitdiff
path: root/include/audio.h
diff options
context:
space:
mode:
authorAldrik Ramaekers <aldrik@amftech.nl>2023-11-04 18:48:50 +0100
committerAldrik Ramaekers <aldrik@amftech.nl>2023-11-04 18:48:50 +0100
commitd87f335751ae28ee8dc259a585e6bdf2fc7190da (patch)
treef818f03b53b7489d632916b06b6392aea35f5969 /include/audio.h
parent78bb3b9005e8e008cfff6b0158723dd072a957cb (diff)
molotov
Diffstat (limited to 'include/audio.h')
-rw-r--r--include/audio.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/audio.h b/include/audio.h
index 22e0a99..a22ec95 100644
--- a/include/audio.h
+++ b/include/audio.h
@@ -12,6 +12,7 @@
#define CHANNEL_RELOAD 3
#define CHANNEL_EXPLODE 4
#define CHANNEL_COLLECT 5
+#define CHANNEL_FIRE 6
typedef enum t_audio_event_type {
EVENT_SHOOT,
@@ -20,6 +21,7 @@ typedef enum t_audio_event_type {
EVENT_EXPLODE_THROWABLE,
EVENT_IMPACT,
EVENT_COLLECT,
+ EVENT_FIRE,
} audio_event_type;
typedef struct t_audio_event {