diff options
Diffstat (limited to 'engines/titanic/pet_control/pet_conversations.h')
| -rw-r--r-- | engines/titanic/pet_control/pet_conversations.h | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/engines/titanic/pet_control/pet_conversations.h b/engines/titanic/pet_control/pet_conversations.h index c3eefa9e69..ad993ec3b2 100644 --- a/engines/titanic/pet_control/pet_conversations.h +++ b/engines/titanic/pet_control/pet_conversations.h @@ -171,7 +171,12 @@ public: /** * Called when a section is being left, to switch to another area */ - virtual void leave(); + virtual void leave(); + + /** + * Display a title for an NPC + */ + virtual void displayNPC(CGameObject *npc); }; } // End of namespace Titanic |
