diff options
author | Filippos Karapetis | 2009-12-18 18:32:09 +0000 |
---|---|---|
committer | Filippos Karapetis | 2009-12-18 18:32:09 +0000 |
commit | 2e6013947df83d3364073d971cdce7325297c889 (patch) | |
tree | a590fb313a6157740fbd89c7137ab4d333ee3f61 /engines/sci/sfx/seq | |
parent | 7ca404355fda1992ac78ff3fc530e4d50e15cd28 (diff) | |
download | scummvm-rg350-2e6013947df83d3364073d971cdce7325297c889.tar.gz scummvm-rg350-2e6013947df83d3364073d971cdce7325297c889.tar.bz2 scummvm-rg350-2e6013947df83d3364073d971cdce7325297c889.zip |
Moved the interface class for the the custom SCI MIDI drivers together with the actual driver implementation code
svn-id: r46414
Diffstat (limited to 'engines/sci/sfx/seq')
-rw-r--r-- | engines/sci/sfx/seq/instrument-map.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/sci/sfx/seq/instrument-map.cpp b/engines/sci/sfx/seq/instrument-map.cpp index 2246d517db..3c16780c9a 100644 --- a/engines/sci/sfx/seq/instrument-map.cpp +++ b/engines/sci/sfx/seq/instrument-map.cpp @@ -24,7 +24,7 @@ */ #include "common/scummsys.h" -#include "sci/sfx/sci_midi.h" +#include "sci/sfx/softseq/mididriver.h" #include "sci/sfx/seq/instrument-map.h" #include "sci/sfx/core.h" |