aboutsummaryrefslogtreecommitdiff
path: root/engines/sci/sfx/softseq/amiga.cpp
diff options
context:
space:
mode:
authorFilippos Karapetis2009-12-18 18:32:09 +0000
committerFilippos Karapetis2009-12-18 18:32:09 +0000
commit2e6013947df83d3364073d971cdce7325297c889 (patch)
treea590fb313a6157740fbd89c7137ab4d333ee3f61 /engines/sci/sfx/softseq/amiga.cpp
parent7ca404355fda1992ac78ff3fc530e4d50e15cd28 (diff)
downloadscummvm-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/softseq/amiga.cpp')
-rw-r--r--engines/sci/sfx/softseq/amiga.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/sci/sfx/softseq/amiga.cpp b/engines/sci/sfx/softseq/amiga.cpp
index 5a960ad1e0..b1cdedaa7a 100644
--- a/engines/sci/sfx/softseq/amiga.cpp
+++ b/engines/sci/sfx/softseq/amiga.cpp
@@ -24,7 +24,7 @@
*/
#include "sound/softsynth/emumidi.h"
-#include "sci/sfx/sci_midi.h"
+#include "sci/sfx/softseq/mididriver.h"
#include "common/file.h"
#include "common/frac.h"