aboutsummaryrefslogtreecommitdiff
path: root/engines/titanic/npcs/true_talk_npc.h
diff options
context:
space:
mode:
authorPaul Gilbert2016-05-06 20:53:50 -0400
committerPaul Gilbert2016-07-10 16:38:35 -0400
commit7396781cd44c2ec340308e5ad9de9cefc0ef3eeb (patch)
treec11d77a6b7f946e246c586ebccf0060fe40fd246 /engines/titanic/npcs/true_talk_npc.h
parent82299474029d0568c3de0bcbcc485ad9e14cf7dd (diff)
downloadscummvm-rg350-7396781cd44c2ec340308e5ad9de9cefc0ef3eeb.tar.gz
scummvm-rg350-7396781cd44c2ec340308e5ad9de9cefc0ef3eeb.tar.bz2
scummvm-rg350-7396781cd44c2ec340308e5ad9de9cefc0ef3eeb.zip
TITANIC: Implemented more CTrueTalkNPC message handlers
Diffstat (limited to 'engines/titanic/npcs/true_talk_npc.h')
-rw-r--r--engines/titanic/npcs/true_talk_npc.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/engines/titanic/npcs/true_talk_npc.h b/engines/titanic/npcs/true_talk_npc.h
index 74bf044a57..ad436a5582 100644
--- a/engines/titanic/npcs/true_talk_npc.h
+++ b/engines/titanic/npcs/true_talk_npc.h
@@ -60,6 +60,11 @@ protected:
protected:
void processInput(CTextInputMsg *msg, CViewItem *view);
void performAction(int val1, int val2);
+
+ /**
+ * Start an animation timer
+ */
+ int startAnimTimer(const CString &action, uint firstDuration, uint duration);
public:
CLASSDEF
CTrueTalkNPC();