aboutsummaryrefslogtreecommitdiff
path: root/sky/sound.h
diff options
context:
space:
mode:
Diffstat (limited to 'sky/sound.h')
-rw-r--r--sky/sound.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/sky/sound.h b/sky/sound.h
index 1613bf5e0a..266cc4a465 100644
--- a/sky/sound.h
+++ b/sky/sound.h
@@ -26,6 +26,14 @@
#include "sky/disk.h"
#include "common/engine.h"
+enum {
+ SOUND_CH0 = 0,
+ SOUND_CH1 = 1,
+ SOUND_BG = 2,
+ SOUND_VOICE = 3,
+ SOUND_SPEECH = 4
+};
+
struct SfxQueue {
uint8 count, fxNo, chan, vol;
};