aboutsummaryrefslogtreecommitdiff
path: root/saga/sndres.h
diff options
context:
space:
mode:
Diffstat (limited to 'saga/sndres.h')
-rw-r--r--saga/sndres.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/saga/sndres.h b/saga/sndres.h
index 49956c4fd3..1453b6f056 100644
--- a/saga/sndres.h
+++ b/saga/sndres.h
@@ -67,6 +67,7 @@ public:
SndRes(SagaEngine *vm);
int loadSound(uint32 sound_rn);
+ int playSound(uint32 sound_rn, int volume);
int playVoice(uint32 voice_rn);
int getVoiceLength(uint32 voice_rn);
int ITEVOC_Resample(long src_freq, long dst_freq, byte *src_buf,