aboutsummaryrefslogtreecommitdiff
path: root/engines/titanic/pet_control/pet_control.h
diff options
context:
space:
mode:
authorPaul Gilbert2016-04-18 17:25:58 -0400
committerPaul Gilbert2016-07-10 16:11:30 -0400
commit42206332d0d7474dfead288c643ef4980c739773 (patch)
treee924415f3200711d566dbaace70bc91d0d71e8d8 /engines/titanic/pet_control/pet_control.h
parent47024115941c125452bb787758091686c91fc4fb (diff)
downloadscummvm-rg350-42206332d0d7474dfead288c643ef4980c739773.tar.gz
scummvm-rg350-42206332d0d7474dfead288c643ef4980c739773.tar.bz2
scummvm-rg350-42206332d0d7474dfead288c643ef4980c739773.zip
TITANIC: Adding new class stubs for PET Real Life btns & elements
Diffstat (limited to 'engines/titanic/pet_control/pet_control.h')
-rw-r--r--engines/titanic/pet_control/pet_control.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/engines/titanic/pet_control/pet_control.h b/engines/titanic/pet_control/pet_control.h
index 3726fc355f..e7ec993ba9 100644
--- a/engines/titanic/pet_control/pet_control.h
+++ b/engines/titanic/pet_control/pet_control.h
@@ -31,9 +31,9 @@
#include "titanic/pet_control/pet_conversations.h"
#include "titanic/pet_control/pet_frame.h"
#include "titanic/pet_control/pet_inventory.h"
+#include "titanic/pet_control/pet_real_life.h"
#include "titanic/pet_control/pet_remote.h"
#include "titanic/pet_control/pet_rooms.h"
-#include "titanic/pet_control/pet_saves.h"
#include "titanic/pet_control/pet_control_sub5.h"
#include "titanic/pet_control/pet_control_sub7.h"
@@ -50,7 +50,7 @@ private:
CPetInventory _inventory;
CPetRemote _remote;
CPetRoomsSection _rooms;
- CPetSaves _saves;
+ CPetRealLife _realLife;
CPetControlSub5 _sub5;
CPetControlSub7 _sub7;
CPetFrame _frame;