summaryrefslogtreecommitdiff
path: root/include/audio.h
diff options
context:
space:
mode:
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 {