aboutsummaryrefslogtreecommitdiff
path: root/scumm/instrument.h
diff options
context:
space:
mode:
authorJamieson Christian2003-05-17 03:06:16 +0000
committerJamieson Christian2003-05-17 03:06:16 +0000
commit5a1e994d02c9e47ba15f327248f410d88a90d841 (patch)
tree575e2ae463e58610620103674448e955c4bed20e /scumm/instrument.h
parent1f7ebc70d8d72d081f52392dd1adeb273156ed68 (diff)
downloadscummvm-rg350-5a1e994d02c9e47ba15f327248f410d88a90d841.tar.gz
scummvm-rg350-5a1e994d02c9e47ba15f327248f410d88a90d841.tar.bz2
scummvm-rg350-5a1e994d02c9e47ba15f327248f410d88a90d841.zip
Added command line options for
native MT-32 support and combination Adilb/native MIDI drivers. svn-id: r7594
Diffstat (limited to 'scumm/instrument.h')
-rw-r--r--scumm/instrument.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/scumm/instrument.h b/scumm/instrument.h
index c9dea601be..84b45771d7 100644
--- a/scumm/instrument.h
+++ b/scumm/instrument.h
@@ -52,6 +52,7 @@ public:
};
Instrument() : _type (0), _instrument (0) { }
+ static void nativeMT32 (bool native);
void clear();
void copy_to (Instrument *dest) { if (_instrument) _instrument->copy_to (dest); else dest->clear(); }