aboutsummaryrefslogtreecommitdiff
path: root/engines/titanic/pet_control/pet_control.h
diff options
context:
space:
mode:
authorPaul Gilbert2016-03-30 23:55:15 -0400
committerPaul Gilbert2016-03-30 23:55:15 -0400
commitc33bdcc09ff9949dec9330fc245bb8f97546875a (patch)
treec896945a15834c4f68b635878f87ca8264d5fcce /engines/titanic/pet_control/pet_control.h
parent948fb5bcca3a8d8594fd9e1f5470dac0448f74a9 (diff)
downloadscummvm-rg350-c33bdcc09ff9949dec9330fc245bb8f97546875a.tar.gz
scummvm-rg350-c33bdcc09ff9949dec9330fc245bb8f97546875a.tar.bz2
scummvm-rg350-c33bdcc09ff9949dec9330fc245bb8f97546875a.zip
TITANIC: Fleshing out CPetFrame
Diffstat (limited to 'engines/titanic/pet_control/pet_control.h')
-rw-r--r--engines/titanic/pet_control/pet_control.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/engines/titanic/pet_control/pet_control.h b/engines/titanic/pet_control/pet_control.h
index 1bb2088e27..4f101caaf5 100644
--- a/engines/titanic/pet_control/pet_control.h
+++ b/engines/titanic/pet_control/pet_control.h
@@ -27,13 +27,13 @@
#include "titanic/core/node_item.h"
#include "titanic/core/room_item.h"
#include "titanic/pet_control/pet_conversation_section.h"
+#include "titanic/pet_control/pet_frame.h"
#include "titanic/pet_control/pet_inventory_section.h"
#include "titanic/pet_control/pet_remote_section.h"
#include "titanic/pet_control/pet_rooms_section.h"
#include "titanic/pet_control/pet_save_section.h"
#include "titanic/pet_control/pet_control_sub5.h"
#include "titanic/pet_control/pet_control_sub7.h"
-#include "titanic/pet_control/pet_control_sub8.h"
namespace Titanic {
@@ -50,7 +50,7 @@ private:
CPetSaveSection _saveSection;
CPetControlSub5 _sub5;
CPetControlSub7 _sub7;
- CPetControlSub8 _sub8;
+ CPetFrame _frame;
CTreeItem *_treeItem1;
CString _string1;
CTreeItem *_treeItem2;
@@ -61,7 +61,7 @@ private:
/**
* Returns true if the control is in a valid state
*/
- bool isValid() const;
+ bool isValid();
/**
* Loads data for the individual areas