aboutsummaryrefslogtreecommitdiff
path: root/engines/titanic/pet_control/pet_rooms.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'engines/titanic/pet_control/pet_rooms.cpp')
-rw-r--r--engines/titanic/pet_control/pet_rooms.cpp9
1 files changed, 9 insertions, 0 deletions
diff --git a/engines/titanic/pet_control/pet_rooms.cpp b/engines/titanic/pet_control/pet_rooms.cpp
index acf9acfe24..a14258ebbf 100644
--- a/engines/titanic/pet_control/pet_rooms.cpp
+++ b/engines/titanic/pet_control/pet_rooms.cpp
@@ -202,6 +202,11 @@ int CPetRooms::fn1() {
return 0;
}
+int CPetRooms::fn2(int val) {
+ warning("TODO: CPetRooms::fn2");
+ return 0;
+}
+
void CPetRooms::areaChanged(PetArea area) {
if (_petControl && _petControl->_currentArea == area)
_petControl->makeDirty();
@@ -221,4 +226,8 @@ CPetRoomsGlyph *CPetRooms::addGlyph(int val, bool highlight) {
}
}
+void CPetRooms::addRoom(int roomNum) {
+ warning("TODO: CPetRooms::addRoom");
+}
+
} // End of namespace Titanic