aboutsummaryrefslogtreecommitdiff
path: root/engines/titanic/sound/sound.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/titanic/sound/sound.h')
-rw-r--r--engines/titanic/sound/sound.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/engines/titanic/sound/sound.h b/engines/titanic/sound/sound.h
index 34ef234f2a..d11839be0f 100644
--- a/engines/titanic/sound/sound.h
+++ b/engines/titanic/sound/sound.h
@@ -177,6 +177,11 @@ public:
* Flags that a sound can be freed if a timeout is set
*/
void setCanFree(int handle);
+
+ /**
+ * Handles regularly updating the mixer
+ */
+ void updateMixer();
};
} // End of namespace Titanic