aboutsummaryrefslogtreecommitdiff
path: root/engines/sherlock/scalpel/scalpel_talk.h
diff options
context:
space:
mode:
authorPaul Gilbert2015-06-25 20:42:02 -0400
committerPaul Gilbert2015-06-25 20:42:02 -0400
commit92ac962718b07e9b82199d39bb5ce970717da57d (patch)
tree88e8833f5ef8d100c32cda7a0c5cd18051a2308a /engines/sherlock/scalpel/scalpel_talk.h
parent66fb4b828ba841b47b3e0cd4e15e00107744f691 (diff)
downloadscummvm-rg350-92ac962718b07e9b82199d39bb5ce970717da57d.tar.gz
scummvm-rg350-92ac962718b07e9b82199d39bb5ce970717da57d.tar.bz2
scummvm-rg350-92ac962718b07e9b82199d39bb5ce970717da57d.zip
SHERLOCK: RT: Further split-off of Scalpel-specific code
Diffstat (limited to 'engines/sherlock/scalpel/scalpel_talk.h')
-rw-r--r--engines/sherlock/scalpel/scalpel_talk.h20
1 files changed, 20 insertions, 0 deletions
diff --git a/engines/sherlock/scalpel/scalpel_talk.h b/engines/sherlock/scalpel/scalpel_talk.h
index 2f8e412795..01e7c053dd 100644
--- a/engines/sherlock/scalpel/scalpel_talk.h
+++ b/engines/sherlock/scalpel/scalpel_talk.h
@@ -68,9 +68,29 @@ protected:
*/
virtual void talk3DOMovieTrigger(int subIndex);
+ /**
+ * Show the talk display
+ */
+ virtual void showTalk();
public:
ScalpelTalk(SherlockEngine *vm);
virtual ~ScalpelTalk() {}
+
+ /**
+ * Draws the interface for conversation display
+ */
+ void drawInterface();
+
+ /**
+ * Display a list of statements in a window at the bottom of the screen that the
+ * player can select from.
+ */
+ bool displayTalk(bool slamIt);
+
+ /**
+ * Prints a single conversation option in the interface window
+ */
+ int talkLine(int lineNum, int stateNum, byte color, int lineY, bool slamIt);
};
} // End of namespace Scalpel