aboutsummaryrefslogtreecommitdiff
path: root/engines/voyeur/animation.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/voyeur/animation.h')
-rw-r--r--engines/voyeur/animation.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/engines/voyeur/animation.h b/engines/voyeur/animation.h
index c5991f49f0..53d24fc0c3 100644
--- a/engines/voyeur/animation.h
+++ b/engines/voyeur/animation.h
@@ -81,7 +81,8 @@ public:
private:
class RL2AudioTrack : public AudioTrack {
public:
- RL2AudioTrack(const RL2FileHeader &header, Audio::Mixer::SoundType soundType);
+ RL2AudioTrack(const RL2FileHeader &header, Common::SeekableReadStream *stream,
+ Audio::Mixer::SoundType soundType);
~RL2AudioTrack();
void queueSound(Common::SeekableReadStream *stream, int size);