aboutsummaryrefslogtreecommitdiff
path: root/engines/titanic/pet_control/pet_conversations.h
diff options
context:
space:
mode:
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