aboutsummaryrefslogtreecommitdiff
path: root/engines/titanic/pet_control/pet_control_sub8.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/titanic/pet_control/pet_control_sub8.h')
-rw-r--r--engines/titanic/pet_control/pet_control_sub8.h13
1 files changed, 13 insertions, 0 deletions
diff --git a/engines/titanic/pet_control/pet_control_sub8.h b/engines/titanic/pet_control/pet_control_sub8.h
index e6de1f89e1..391d4cf1fa 100644
--- a/engines/titanic/pet_control/pet_control_sub8.h
+++ b/engines/titanic/pet_control/pet_control_sub8.h
@@ -24,11 +24,24 @@
#define TITANIC_PET_CONTROL_SUB8_H
#include "titanic/pet_control/pet_control_sub_base.h"
+#include "titanic/pet_control/pet_val.h"
namespace Titanic {
class CPetControlSub8 : public CPetControlSubBase {
+private:
+ static int _indexes[6];
+
+ CPetVal _valArray1[6];
+ CPetVal _valArray2[6];
+ CPetVal _val1;
+ CPetVal _val2;
+ CPetVal _val3;
+ CPetVal _val4;
+ CPetVal _valArray3[7];
public:
+ CPetControlSub8();
+
/**
* Save the data for the class to file
*/