diff options
author | Lars Skovlund | 2011-01-22 13:12:01 +0000 |
---|---|---|
committer | Lars Skovlund | 2011-01-22 13:12:01 +0000 |
commit | dc27a2202622a1457c3aef038e2037ab080e9d30 (patch) | |
tree | b35ec78b71fb0d8835281d078f3bd602805883d2 /engines/sci/graphics/robot.h | |
parent | f48cc4119c7cded01331ad28edf5a85ba972252b (diff) | |
download | scummvm-rg350-dc27a2202622a1457c3aef038e2037ab080e9d30.tar.gz scummvm-rg350-dc27a2202622a1457c3aef038e2037ab080e9d30.tar.bz2 scummvm-rg350-dc27a2202622a1457c3aef038e2037ab080e9d30.zip |
SCI: Added stub for playing robot audio from the console
svn-id: r55424
Diffstat (limited to 'engines/sci/graphics/robot.h')
-rw-r--r-- | engines/sci/graphics/robot.h | 1 |
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); |