aboutsummaryrefslogtreecommitdiff
path: root/queen/logic.h
diff options
context:
space:
mode:
authorGregory Montoir2003-11-26 21:46:29 +0000
committerGregory Montoir2003-11-26 21:46:29 +0000
commit28ac3d653dfdf80b44b1085641480678e1f5b388 (patch)
treed504d5f5126970d6170c4df0308d4ecdd62c37f1 /queen/logic.h
parent584760fc707eafde1119fecf4b12fe105dad3cf8 (diff)
downloadscummvm-rg350-28ac3d653dfdf80b44b1085641480678e1f5b388.tar.gz
scummvm-rg350-28ac3d653dfdf80b44b1085641480678e1f5b388.tar.bz2
scummvm-rg350-28ac3d653dfdf80b44b1085641480678e1f5b388.zip
add a wrapper for Talk::speak in Logic that clears current command
svn-id: r11379
Diffstat (limited to 'queen/logic.h')
-rw-r--r--queen/logic.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/queen/logic.h b/queen/logic.h
index 713186e5b5..8424a30444 100644
--- a/queen/logic.h
+++ b/queen/logic.h
@@ -254,6 +254,7 @@ public:
void joeSpeak(uint16 descNum, bool objectType = false);
+ void makePersonSpeak(const char *sentence, Person *person, const char *voiceFilePrefix);
void dialogue(const char *dlgFile, int personInRoom, char *cutaway);
void playCutaway(const char *cutFile, char *next = NULL);