aboutsummaryrefslogtreecommitdiff
path: root/engines/titanic/pet_control/pet_rooms.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/titanic/pet_control/pet_rooms.h')
-rw-r--r--engines/titanic/pet_control/pet_rooms.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/engines/titanic/pet_control/pet_rooms.h b/engines/titanic/pet_control/pet_rooms.h
index 522a1e2399..515c9fb10d 100644
--- a/engines/titanic/pet_control/pet_rooms.h
+++ b/engines/titanic/pet_control/pet_rooms.h
@@ -147,6 +147,13 @@ public:
virtual CPetText *getText();
virtual CGameObject *getBackground(int index);
+
+ /**
+ * Adds a room to the room list
+ */
+ void addRoom(int roomNum);
+
+ int fn2(int val);
};
} // End of namespace Titanic