From 225af470883f7e8e90ea18faf6b26b29342accb9 Mon Sep 17 00:00:00 2001 From: Paul Gilbert Date: Mon, 18 Apr 2016 22:52:11 -0400 Subject: TITANIC: Beginnings of PET RealLife Quit button --- engines/titanic/pet_control/pet_section.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'engines/titanic/pet_control/pet_section.h') 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 -- cgit v1.2.3