summaryrefslogtreecommitdiff
path: root/src/T2DLL/T2SoundPlayer.h
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/T2DLL/T2SoundPlayer.h6
1 files changed, 5 insertions, 1 deletions
diff --git a/src/T2DLL/T2SoundPlayer.h b/src/T2DLL/T2SoundPlayer.h
index 667ac13..01eb326 100644
--- a/src/T2DLL/T2SoundPlayer.h
+++ b/src/T2DLL/T2SoundPlayer.h
@@ -10,15 +10,19 @@ enum PLAYMODE {
enum SOUNDPRIORITY {
SoundPriority_0,
- SoundPriority_1
+ SoundPriority_1,
+ SoundPriority_2,
+ SoundPriority_3
};
enum {
+ SoundMask_2 = 2,
SoundMask_10 = 0x10,
SoundMask_20 = 0x20,
};
enum {
+ SoundFlags_1 = 1,
SoundFlags_10 = 0x10,
SoundFlags_20 = 0x20,
SoundFlags_10000 = 0x10000