aboutsummaryrefslogtreecommitdiff
path: root/engines/chewy/sound.h
diff options
context:
space:
mode:
authorFilippos Karapetis2016-10-09 23:39:41 +0300
committerFilippos Karapetis2016-10-09 23:39:41 +0300
commitbda8a9b92b50656f28e6745a3e48af108c17b920 (patch)
treeedbbedb6154fe7b7f07259093785f6370eff6af7 /engines/chewy/sound.h
parent0a4c1eeca1ebd67cb0dcd891aba9a3c05e8e8a80 (diff)
downloadscummvm-rg350-bda8a9b92b50656f28e6745a3e48af108c17b920.tar.gz
scummvm-rg350-bda8a9b92b50656f28e6745a3e48af108c17b920.tar.bz2
scummvm-rg350-bda8a9b92b50656f28e6745a3e48af108c17b920.zip
CHEWY: Initial work on converting TMF music data back to MOD data
This way, we can use our regular Protracker MOD player
Diffstat (limited to 'engines/chewy/sound.h')
-rw-r--r--engines/chewy/sound.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/engines/chewy/sound.h b/engines/chewy/sound.h
index 9b7acab59f..a39cf5db67 100644
--- a/engines/chewy/sound.h
+++ b/engines/chewy/sound.h
@@ -72,6 +72,8 @@ private:
SoundResource *_speechRes;
SoundResource *_soundRes;
+
+ void convertTMFToMod(byte *tmfData, uint32 tmfSize, byte *modData, uint32 &modSize);
};
} // End of namespace Chewy