aboutsummaryrefslogtreecommitdiff
path: root/engines/xeen/sound.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/xeen/sound.h')
-rw-r--r--engines/xeen/sound.h9
1 files changed, 7 insertions, 2 deletions
diff --git a/engines/xeen/sound.h b/engines/xeen/sound.h
index 274aedb8b0..86303f682f 100644
--- a/engines/xeen/sound.h
+++ b/engines/xeen/sound.h
@@ -128,6 +128,11 @@ public:
void updateSoundSettings();
/**
+ * Stops all playing music, FX, and sound samples
+ */
+ void stopAllAudio();
+
+ /**
* Play a given sound
*/
void playSound(Common::SeekableReadStream &s, int unused = 0);
@@ -155,9 +160,9 @@ public:
bool isSoundPlaying() const;
/**
- * Stops all playing music, FX, and sound samples
+ * Play a given voice file
*/
- void stopAllAudio();
+ void playVoice(const Common::String &name, int ccMode = -1);
};
} // End of namespace Xeen