From 703bb288c17e207f083e75facc750f5c8c30a09e Mon Sep 17 00:00:00 2001 From: Paul Gilbert Date: Sat, 28 May 2016 23:30:43 -0400 Subject: TITANIC: Finished Deskbot message handlers --- engines/titanic/pet_control/pet_control.h | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'engines/titanic/pet_control/pet_control.h') diff --git a/engines/titanic/pet_control/pet_control.h b/engines/titanic/pet_control/pet_control.h index 23b4f61721..1eedc0382f 100644 --- a/engines/titanic/pet_control/pet_control.h +++ b/engines/titanic/pet_control/pet_control.h @@ -293,6 +293,12 @@ public: * room.node.view tuplet form */ CString getFullViewName(); + + /** + * Adds a room to the room list + */ + void addRoom(int roomNum); + int roomFn2(int val); }; } // End of namespace Titanic -- cgit v1.2.3