summaryrefslogtreecommitdiff
path: root/include/audio.h
diff options
context:
space:
mode:
authorAldrik Ramaekers <aldrik@amftech.nl>2023-10-29 08:26:31 +0100
committerAldrik Ramaekers <aldrik@amftech.nl>2023-10-29 08:26:31 +0100
commitd2c3f612b3d7b0071e98e589777d495ba45eafe4 (patch)
treee3084f2ac5ea942c41cb2878263a397b1eaa1b56 /include/audio.h
parentf2522c04446bb4bd597a8625f9398e67ff957565 (diff)
more sounds
Diffstat (limited to 'include/audio.h')
-rw-r--r--include/audio.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/audio.h b/include/audio.h
index 38543dd..c7cb9c7 100644
--- a/include/audio.h
+++ b/include/audio.h
@@ -3,9 +3,12 @@
#include <projectbase/project_base.h>
+#define NUMBER_OF_AUDIO_CHANNELS 64
+
#define CHANNEL_THROWABLES 0
#define CHANNEL_SHOOTING 1
#define CHANNEL_IMPACT 2
+#define CHANNEL_RELOAD 3
typedef enum t_audio_event_type {
EVENT_SHOOT,