aboutsummaryrefslogtreecommitdiff
path: root/engines/sherlock/scalpel/scalpel_talk.h
diff options
context:
space:
mode:
authorPaul Gilbert2015-06-06 23:37:55 -0400
committerPaul Gilbert2015-06-06 23:37:55 -0400
commit261e418b5ff1067d79d2cf78d1524a0ab56444dd (patch)
treeed940d211c8763e1e05f26dbde257d851135aa85 /engines/sherlock/scalpel/scalpel_talk.h
parent63174de3a671ee60cbd03ca72423ed70eb51e7d7 (diff)
downloadscummvm-rg350-261e418b5ff1067d79d2cf78d1524a0ab56444dd.tar.gz
scummvm-rg350-261e418b5ff1067d79d2cf78d1524a0ab56444dd.tar.bz2
scummvm-rg350-261e418b5ff1067d79d2cf78d1524a0ab56444dd.zip
SHERLOCK: Move Scalpel specific talk window drawing into ScalpelTalk
Diffstat (limited to 'engines/sherlock/scalpel/scalpel_talk.h')
-rw-r--r--engines/sherlock/scalpel/scalpel_talk.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/engines/sherlock/scalpel/scalpel_talk.h b/engines/sherlock/scalpel/scalpel_talk.h
index 88637906cc..6dc104de08 100644
--- a/engines/sherlock/scalpel/scalpel_talk.h
+++ b/engines/sherlock/scalpel/scalpel_talk.h
@@ -55,6 +55,11 @@ protected:
* Change the sequence of the scene background object associated with the current speaker.
*/
virtual void setSequence(int speaker, int sequenceNum = 1);
+
+ /**
+ * Display the talk interface window
+ */
+ virtual void talkInterface(const byte *&str);
public:
ScalpelTalk(SherlockEngine *vm);
virtual ~ScalpelTalk() {}