aboutsummaryrefslogtreecommitdiff
path: root/engines/groovie/music.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/groovie/music.h')
-rw-r--r--engines/groovie/music.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/engines/groovie/music.h b/engines/groovie/music.h
index bde0a7a16f..9855c898fe 100644
--- a/engines/groovie/music.h
+++ b/engines/groovie/music.h
@@ -160,6 +160,15 @@ private:
Common::SeekableReadStream *decompressMidi(Common::SeekableReadStream *stream);
};
+class MusicPlayerMPEG4 : public MusicPlayer {
+public:
+ MusicPlayerMPEG4(GroovieEngine *vm);
+
+protected:
+ void updateVolume();
+ bool load(uint32 fileref, bool loop);
+};
+
} // End of Groovie namespace
#endif // GROOVIE_MUSIC_H