aboutsummaryrefslogtreecommitdiff
path: root/engines/titanic/pet_control/pet_section.h
diff options
context:
space:
mode:
authorPaul Gilbert2016-04-18 22:52:11 -0400
committerPaul Gilbert2016-07-10 16:11:31 -0400
commit225af470883f7e8e90ea18faf6b26b29342accb9 (patch)
tree7c36d94ac930599c31f9634e347b6444a8063b8a /engines/titanic/pet_control/pet_section.h
parent42206332d0d7474dfead288c643ef4980c739773 (diff)
downloadscummvm-rg350-225af470883f7e8e90ea18faf6b26b29342accb9.tar.gz
scummvm-rg350-225af470883f7e8e90ea18faf6b26b29342accb9.tar.bz2
scummvm-rg350-225af470883f7e8e90ea18faf6b26b29342accb9.zip
TITANIC: Beginnings of PET RealLife Quit button
Diffstat (limited to 'engines/titanic/pet_control/pet_section.h')
-rw-r--r--engines/titanic/pet_control/pet_section.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/engines/titanic/pet_control/pet_section.h b/engines/titanic/pet_control/pet_section.h
index 728fb49467..122781341f 100644
--- a/engines/titanic/pet_control/pet_section.h
+++ b/engines/titanic/pet_control/pet_section.h
@@ -154,6 +154,11 @@ public:
virtual void proc36() {}
virtual void proc37() {}
virtual void proc38(int val) {}
+
+ /**
+ * Get the PET control
+ */
+ CPetControl *getPetControl() const { return _petControl; }
};
} // End of namespace Titanic