aboutsummaryrefslogtreecommitdiff
path: root/engines/sci/graphics/robot.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/sci/graphics/robot.h')
-rw-r--r--engines/sci/graphics/robot.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/engines/sci/graphics/robot.h b/engines/sci/graphics/robot.h
index d794c4ba60..f26ea84ad3 100644
--- a/engines/sci/graphics/robot.h
+++ b/engines/sci/graphics/robot.h
@@ -41,6 +41,7 @@ public:
uint16 getCurFrame() { return _curFrame; }
uint16 getFrameCount() { return _frameCount; }
bool isPlaying() { return _resourceId != -1; }
+ void playAudio();
private:
void initData(GuiResourceId resourceId);