aboutsummaryrefslogtreecommitdiff
path: root/engines/titanic/pet_control/pet_section.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/titanic/pet_control/pet_section.h')
-rw-r--r--engines/titanic/pet_control/pet_section.h6
1 files changed, 5 insertions, 1 deletions
diff --git a/engines/titanic/pet_control/pet_section.h b/engines/titanic/pet_control/pet_section.h
index d582f38f0d..995feee27b 100644
--- a/engines/titanic/pet_control/pet_section.h
+++ b/engines/titanic/pet_control/pet_section.h
@@ -153,7 +153,11 @@ public:
virtual CGameObject *getBackground(int index) const { return nullptr; }
- virtual void proc32() {}
+ /**
+ * Display a title for an NPC
+ */
+ virtual void displayNPC(CGameObject *npc);
+
virtual void proc33() {}
virtual void proc34() {}
virtual void proc35() {}