aboutsummaryrefslogtreecommitdiff
path: root/engines/titanic/sound/music_room.h
diff options
context:
space:
mode:
authorPaul Gilbert2016-03-19 07:48:23 -0400
committerPaul Gilbert2016-03-19 07:48:23 -0400
commit3a42c8ca449248dfc67a98f3bedd65c237d06fa0 (patch)
tree0d0975ff322a16d9c2e22e9274dd2f7408df986b /engines/titanic/sound/music_room.h
parentabb9a549c86b9c83925cd41f02b27e3e88162b9b (diff)
downloadscummvm-rg350-3a42c8ca449248dfc67a98f3bedd65c237d06fa0.tar.gz
scummvm-rg350-3a42c8ca449248dfc67a98f3bedd65c237d06fa0.tar.bz2
scummvm-rg350-3a42c8ca449248dfc67a98f3bedd65c237d06fa0.zip
TITANIC: Added various preLoad methods
Diffstat (limited to 'engines/titanic/sound/music_room.h')
-rw-r--r--engines/titanic/sound/music_room.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/engines/titanic/sound/music_room.h b/engines/titanic/sound/music_room.h
index 7fcd99db1e..ce262a2b99 100644
--- a/engines/titanic/sound/music_room.h
+++ b/engines/titanic/sound/music_room.h
@@ -32,6 +32,11 @@ public:
CGameManager *_gameManager;
public:
CMusicRoom(CGameManager *owner);
+
+ /**
+ * Called when a game is about to be loaded
+ */
+ void preLoad();
};
} // End of namespace Titanic