aboutsummaryrefslogtreecommitdiff
path: root/engines/bladerunner/audio_speech.h
diff options
context:
space:
mode:
authorPeter Kohaut2018-03-06 00:07:42 +0100
committerPeter Kohaut2018-03-06 00:29:20 +0100
commite232f13f5dd7c9119d0355cb93ff1cc2c705d16e (patch)
treeccf3189fd328d8535eb44218da6fc30b26475611 /engines/bladerunner/audio_speech.h
parent225cad379f2af109c84220ddb998035551ee29b2 (diff)
downloadscummvm-rg350-e232f13f5dd7c9119d0355cb93ff1cc2c705d16e.tar.gz
scummvm-rg350-e232f13f5dd7c9119d0355cb93ff1cc2c705d16e.tar.bz2
scummvm-rg350-e232f13f5dd7c9119d0355cb93ff1cc2c705d16e.zip
BLADERUNNER: Added Zuben actor
Fixed animation position update Added goal & anim commands to console
Diffstat (limited to 'engines/bladerunner/audio_speech.h')
-rw-r--r--engines/bladerunner/audio_speech.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/engines/bladerunner/audio_speech.h b/engines/bladerunner/audio_speech.h
index 5b94bc96d2..010499f480 100644
--- a/engines/bladerunner/audio_speech.h
+++ b/engines/bladerunner/audio_speech.h
@@ -48,6 +48,8 @@ public:
void stopSpeech();
bool isPlaying() const;
+ bool playSpeechLine(int actorId, int sentenceId, int volume, int a4, int priority);
+
void setVolume(int volume);
int getVolume() const;
void playSample();