aboutsummaryrefslogtreecommitdiff
path: root/engines/titanic/core/room_item.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/titanic/core/room_item.h')
-rw-r--r--engines/titanic/core/room_item.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/engines/titanic/core/room_item.h b/engines/titanic/core/room_item.h
index e3ba71c0ae..4692318419 100644
--- a/engines/titanic/core/room_item.h
+++ b/engines/titanic/core/room_item.h
@@ -72,6 +72,10 @@ public:
* Get the TrueTalk script Id associated with the room
*/
int getScriptId() const;
+
+ CResourceKey getTransitionMovieKey();
+
+ CResourceKey getExitMovieKey();
};
} // End of namespace Titanic