aboutsummaryrefslogtreecommitdiff
path: root/engines/sherlock/scalpel/scalpel_talk.h
diff options
context:
space:
mode:
authorPaul Gilbert2015-08-02 15:14:22 -0400
committerPaul Gilbert2015-08-02 15:14:22 -0400
commit7765cdb9724db38c1046efc46b06326a451b00f2 (patch)
tree72f69a9899030ab81028beccab956bbcf5ae887f /engines/sherlock/scalpel/scalpel_talk.h
parent1e3313580f5e4fff2896c5a02214775c399a4c9b (diff)
downloadscummvm-rg350-7765cdb9724db38c1046efc46b06326a451b00f2.tar.gz
scummvm-rg350-7765cdb9724db38c1046efc46b06326a451b00f2.tar.bz2
scummvm-rg350-7765cdb9724db38c1046efc46b06326a451b00f2.zip
SHERLOCK: RT: Implement Tattoo cmdCallTalkFile
Diffstat (limited to 'engines/sherlock/scalpel/scalpel_talk.h')
-rw-r--r--engines/sherlock/scalpel/scalpel_talk.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/engines/sherlock/scalpel/scalpel_talk.h b/engines/sherlock/scalpel/scalpel_talk.h
index 24188d8fcd..dede117337 100644
--- a/engines/sherlock/scalpel/scalpel_talk.h
+++ b/engines/sherlock/scalpel/scalpel_talk.h
@@ -40,6 +40,7 @@ private:
OpcodeReturn cmdSwitchSpeaker(const byte *&str);
OpcodeReturn cmdAssignPortraitLocation(const byte *&str);
OpcodeReturn cmdGotoScene(const byte *&str);
+ OpcodeReturn cmdCallTalkFile(const byte *&str);
OpcodeReturn cmdClearInfoLine(const byte *&str);
OpcodeReturn cmdClearWindow(const byte *&str);
OpcodeReturn cmdDisplayInfoLine(const byte *&str);