aboutsummaryrefslogtreecommitdiff
path: root/engines/titanic/pet_control/pet_conversations.h
diff options
context:
space:
mode:
authorPaul Gilbert2016-06-23 23:18:30 -0400
committerPaul Gilbert2016-07-15 19:24:36 -0400
commitec5dcc17dc75a1b74a417676edf0c51048e19b6c (patch)
treeb5cb35f7f30d93722a9e1822e2e9fc71e7267bb7 /engines/titanic/pet_control/pet_conversations.h
parent934787b19be3aa86e02d77eea0a1a5ffa1771075 (diff)
downloadscummvm-rg350-ec5dcc17dc75a1b74a417676edf0c51048e19b6c.tar.gz
scummvm-rg350-ec5dcc17dc75a1b74a417676edf0c51048e19b6c.tar.bz2
scummvm-rg350-ec5dcc17dc75a1b74a417676edf0c51048e19b6c.zip
TITANIC: Added TTtalker methods
Diffstat (limited to 'engines/titanic/pet_control/pet_conversations.h')
-rw-r--r--engines/titanic/pet_control/pet_conversations.h10
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 cefdf1b8f1..d6a3e252d1 100644
--- a/engines/titanic/pet_control/pet_conversations.h
+++ b/engines/titanic/pet_control/pet_conversations.h
@@ -238,9 +238,19 @@ 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