From c74b975081b844f90c9d43230a31005934593ff4 Mon Sep 17 00:00:00 2001 From: Paul Gilbert Date: Tue, 19 Apr 2016 13:13:32 -0400 Subject: TITANIC: Implement CPetSection data table methods --- engines/titanic/pet_control/pet_section.h | 3 +++ 1 file changed, 3 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 122781341f..40a3151304 100644 --- a/engines/titanic/pet_control/pet_section.h +++ b/engines/titanic/pet_control/pet_section.h @@ -159,6 +159,9 @@ public: * Get the PET control */ CPetControl *getPetControl() const { return _petControl; } + + uint getDataIndex(int index); + const uint *getDataTable(int index = -1); }; } // End of namespace Titanic -- cgit v1.2.3