aboutsummaryrefslogtreecommitdiff
path: root/engines/titanic/pet_control/pet_real_life.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/titanic/pet_control/pet_real_life.h')
-rw-r--r--engines/titanic/pet_control/pet_real_life.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/engines/titanic/pet_control/pet_real_life.h b/engines/titanic/pet_control/pet_real_life.h
index 294f9a3f9f..965b4eab2a 100644
--- a/engines/titanic/pet_control/pet_real_life.h
+++ b/engines/titanic/pet_control/pet_real_life.h
@@ -126,6 +126,10 @@ public:
*/
virtual CTextControl *getText() { return &_text; }
+ /**
+ * Handles updates to the sound levels
+ */
+ void syncSoundSettings();
};
} // End of namespace Titanic