From ec5dcc17dc75a1b74a417676edf0c51048e19b6c Mon Sep 17 00:00:00 2001 From: Paul Gilbert Date: Thu, 23 Jun 2016 23:18:30 -0400 Subject: TITANIC: Added TTtalker methods --- engines/titanic/pet_control/pet_conversations.h | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'engines/titanic/pet_control/pet_conversations.h') diff --git a/engines/titanic/pet_control/pet_conversations.h b/engines/titanic/pet_control/pet_conversations.h index cefdf1b8f1..d6a3e252d1 100644 --- a/engines/titanic/pet_control/pet_conversations.h +++ b/engines/titanic/pet_control/pet_conversations.h @@ -237,10 +237,20 @@ public: */ virtual void hideCursor(); + /** + * Resets the dials with the data for the currently active NPC + */ + void resetDials(); + /** * Reset the dials with those for a given NPC */ void resetDials(const CString &name); + + /** + * Adds a line to the log + */ + void addLine(const CString &line); }; } // End of namespace Titanic -- cgit v1.2.3