aboutsummaryrefslogtreecommitdiff
path: root/engines/titanic/pet_control/pet_control.h
diff options
context:
space:
mode:
authorPaul Gilbert2016-03-05 12:14:52 -0500
committerPaul Gilbert2016-03-05 12:14:52 -0500
commit03d3d5b539500a77c894ef4479bbe14e1b392fa3 (patch)
tree8f0427662be29ea1c6fc0dc8945a111f348ec07f /engines/titanic/pet_control/pet_control.h
parent7e966dbc5e9285da69a55312a81ff280845752ea (diff)
downloadscummvm-rg350-03d3d5b539500a77c894ef4479bbe14e1b392fa3.tar.gz
scummvm-rg350-03d3d5b539500a77c894ef4479bbe14e1b392fa3.tar.bz2
scummvm-rg350-03d3d5b539500a77c894ef4479bbe14e1b392fa3.zip
TITANIC: Implemented remaining CPetControl classes loading
Diffstat (limited to 'engines/titanic/pet_control/pet_control.h')
-rw-r--r--engines/titanic/pet_control/pet_control.h7
1 files changed, 6 insertions, 1 deletions
diff --git a/engines/titanic/pet_control/pet_control.h b/engines/titanic/pet_control/pet_control.h
index dab44266c4..087ecd1d8f 100644
--- a/engines/titanic/pet_control/pet_control.h
+++ b/engines/titanic/pet_control/pet_control.h
@@ -55,7 +55,12 @@ private:
CString _string2;
int _field13A4;
private:
- void loadSubObjects(SimpleFile *file);
+ /**
+ * Returns true if the control is in a valid state
+ */
+ bool isValid() const;
+
+ void loadSubObjects(SimpleFile *file, int param);
void saveSubObjects(SimpleFile *file, int indent) const;
public: