aboutsummaryrefslogtreecommitdiff
path: root/engines/sherlock/scalpel/drivers/mididriver.h
diff options
context:
space:
mode:
authorMartin Kiewitz2015-06-02 16:42:31 +0200
committerMartin Kiewitz2015-06-02 16:42:31 +0200
commit25c0e7ec333c40c4a7feac9eb639d2631743071c (patch)
tree01e36dd61eedc624d6bc8ef4781ff805e8b4e1a9 /engines/sherlock/scalpel/drivers/mididriver.h
parent360a084059f0db446fea93dc72093317238b8ca9 (diff)
downloadscummvm-rg350-25c0e7ec333c40c4a7feac9eb639d2631743071c.tar.gz
scummvm-rg350-25c0e7ec333c40c4a7feac9eb639d2631743071c.tar.bz2
scummvm-rg350-25c0e7ec333c40c4a7feac9eb639d2631743071c.zip
SHERLOCK: add mt32 music driver
Diffstat (limited to 'engines/sherlock/scalpel/drivers/mididriver.h')
-rw-r--r--engines/sherlock/scalpel/drivers/mididriver.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/engines/sherlock/scalpel/drivers/mididriver.h b/engines/sherlock/scalpel/drivers/mididriver.h
index 64213315e8..e38f27dc4e 100644
--- a/engines/sherlock/scalpel/drivers/mididriver.h
+++ b/engines/sherlock/scalpel/drivers/mididriver.h
@@ -32,6 +32,10 @@ namespace Sherlock {
extern MidiDriver *MidiDriver_AdLib_create();
extern void MidiDriver_AdLib_newMusicData(MidiDriver *driver, byte *musicData, int32 musicDataSize);
+extern MidiDriver *MidiDriver_MIDI_create();
+extern void MidiDriver_MIDI_uploadMT32Patches(MidiDriver *driver, byte *driverData, int32 driverSize);
+extern void MidiDriver_MIDI_newMusicData(MidiDriver *driver, byte *musicData, int32 musicDataSize);
+
} // End of namespace Sci
#endif // SHERLOCK_SOFTSEQ_MIDIDRIVER_H