aboutsummaryrefslogtreecommitdiff
path: root/queen/talk.h
diff options
context:
space:
mode:
authorDavid Eriksson2003-10-16 17:02:32 +0000
committerDavid Eriksson2003-10-16 17:02:32 +0000
commit7c55594afc99f76954e563770ef966cceddedb39 (patch)
tree8f0058f8c8529fb00ddff3f3918e527cf725cd77 /queen/talk.h
parentebcfb7c820fd82b491693e9f3c1b5c97257f8977 (diff)
downloadscummvm-rg350-7c55594afc99f76954e563770ef966cceddedb39.tar.gz
scummvm-rg350-7c55594afc99f76954e563770ef966cceddedb39.tar.bz2
scummvm-rg350-7c55594afc99f76954e563770ef966cceddedb39.zip
Now we're talking!
svn-id: r10831
Diffstat (limited to 'queen/talk.h')
-rw-r--r--queen/talk.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/queen/talk.h b/queen/talk.h
index 557d68e041..1be454584e 100644
--- a/queen/talk.h
+++ b/queen/talk.h
@@ -29,6 +29,7 @@ namespace Queen {
class Graphics;
class Logic;
class Resource;
+struct BobSlot;
class Talk {
public:
@@ -201,6 +202,12 @@ class Talk {
int state,
int faceDirection); // FIND_SACTION
+ void makeSpeakBob(
+ const char *text,
+ BobSlot *bob,
+ int textX, int textY,
+ int color, int flags); // MAKE_SPEAK_BOB
+
static int splitOption(const char *str, char optionText[5][MAX_STRING_SIZE]);