aboutsummaryrefslogtreecommitdiff
path: root/sword2/sound.h
diff options
context:
space:
mode:
Diffstat (limited to 'sword2/sound.h')
-rw-r--r--sword2/sound.h15
1 files changed, 15 insertions, 0 deletions
diff --git a/sword2/sound.h b/sword2/sound.h
index cb3d69e851..07a8b40c35 100644
--- a/sword2/sound.h
+++ b/sword2/sound.h
@@ -63,6 +63,21 @@ enum {
FX_LOOPING = 4
};
+// Sound defines
+
+enum {
+ RDSE_SAMPLEFINISHED = 0,
+ RDSE_SAMPLEPLAYING = 1,
+ RDSE_FXTOCLEAR = 0, // Unused
+ RDSE_FXCACHED = 1, // Unused
+ RDSE_FXSPOT = 0,
+ RDSE_FXLOOP = 1,
+ RDSE_FXLEADIN = 2,
+ RDSE_FXLEADOUT = 3,
+ RDSE_QUIET = 1,
+ RDSE_SPEAKING = 0
+};
+
class CLUInputStream : public AudioStream {
private:
File *_file;