diff options
Diffstat (limited to 'engines/titanic/core/game_object.h')
-rw-r--r-- | engines/titanic/core/game_object.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/engines/titanic/core/game_object.h b/engines/titanic/core/game_object.h index bcfc989288..322b62636c 100644 --- a/engines/titanic/core/game_object.h +++ b/engines/titanic/core/game_object.h @@ -393,6 +393,11 @@ protected: CRoomItem *getHiddenRoom() const; /** + * Locates a room with the given name + */ + CRoomItem *locateRoom(const CString &name) const; + + /** * Scan the specified room for an item by name */ CTreeItem *findUnder(CTreeItem *parent, const CString &name) const; |