diff options
Diffstat (limited to 'engines/titanic/pet_control/pet_conversations.h')
-rw-r--r-- | engines/titanic/pet_control/pet_conversations.h | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/engines/titanic/pet_control/pet_conversations.h b/engines/titanic/pet_control/pet_conversations.h index d6a3e252d1..9b75a3300c 100644 --- a/engines/titanic/pet_control/pet_conversations.h +++ b/engines/titanic/pet_control/pet_conversations.h @@ -130,6 +130,11 @@ private: CString getActiveNPCName() const; /** + * Set the active NPC + */ + void setActiveNPC(const CString &name); + + /** * Create a color table */ void copyColors(uint tableNum, uint colors[5]); @@ -248,6 +253,11 @@ public: void resetDials(const CString &name); /** + * Reset the dials to the '0' position + */ + void resetDials0(); + + /** * Adds a line to the log */ void addLine(const CString &line); |