aboutsummaryrefslogtreecommitdiff
path: root/engines/titanic/sound/sound_manager.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/titanic/sound/sound_manager.h')
-rw-r--r--engines/titanic/sound/sound_manager.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/engines/titanic/sound/sound_manager.h b/engines/titanic/sound/sound_manager.h
index 91e1167195..466607a1d5 100644
--- a/engines/titanic/sound/sound_manager.h
+++ b/engines/titanic/sound/sound_manager.h
@@ -202,6 +202,11 @@ public:
* Returns the parrot volume percent
*/
int getParrotVolume() const { return _parrotPercent; }
+
+ /**
+ * Gets the volume for a given mode? value
+ */
+ uint getModeVolume(int mode);
};
class QSoundManagerSound : public ListItem {