diff options
Diffstat (limited to 'engines/groovie/music.h')
-rw-r--r-- | engines/groovie/music.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/engines/groovie/music.h b/engines/groovie/music.h index 2feef9cbf7..5b5f5bd346 100644 --- a/engines/groovie/music.h +++ b/engines/groovie/music.h @@ -161,6 +161,9 @@ public: protected: bool load(uint32 fileref, bool loop); + +private: + Common::SeekableReadStream *decompressMidi(Common::SeekableReadStream *stream); }; } // End of Groovie namespace |