aboutsummaryrefslogtreecommitdiff
path: root/engines/titanic/sound/music_handler.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/titanic/sound/music_handler.h')
-rw-r--r--engines/titanic/sound/music_handler.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/engines/titanic/sound/music_handler.h b/engines/titanic/sound/music_handler.h
index 17ffea965a..6792844cb5 100644
--- a/engines/titanic/sound/music_handler.h
+++ b/engines/titanic/sound/music_handler.h
@@ -63,6 +63,8 @@ public:
* Stop playing the music
*/
void stop();
+
+ bool checkSound(int index) const;
};
} // End of namespace Titanic