From 933e6751943fcb28fdb1b616f9834bd4f231f63d Mon Sep 17 00:00:00 2001 From: Paul Gilbert Date: Sat, 6 Jun 2015 22:40:29 -0400 Subject: SHERLOCK: Setting up game specific People descendant classes --- engines/sherlock/scalpel/scalpel_talk.h | 1 + 1 file changed, 1 insertion(+) (limited to 'engines/sherlock/scalpel/scalpel_talk.h') diff --git a/engines/sherlock/scalpel/scalpel_talk.h b/engines/sherlock/scalpel/scalpel_talk.h index 1947e2cd79..88637906cc 100644 --- a/engines/sherlock/scalpel/scalpel_talk.h +++ b/engines/sherlock/scalpel/scalpel_talk.h @@ -37,6 +37,7 @@ namespace Scalpel { class ScalpelTalk : public Talk { private: + OpcodeReturn cmdSwitchSpeaker(const byte *&str); OpcodeReturn cmdAssignPortraitLocation(const byte *&str); OpcodeReturn cmdClearInfoLine(const byte *&str); OpcodeReturn cmdClearWindow(const byte *&str); -- cgit v1.2.3