diff options
author | Max Horn | 2009-03-01 06:02:17 +0000 |
---|---|---|
committer | Max Horn | 2009-03-01 06:02:17 +0000 |
commit | 25e7d3a08d68b4e3f0c8df203c6f9f77ac8ebf2b (patch) | |
tree | bd8fe4ed9f4a6a6944b16d0a215cc353640e4661 /engines/sci/sfx/seq/instrument-map.cpp | |
parent | 6454a3dee147ce8ce2fb02449df52123a8459782 (diff) | |
download | scummvm-rg350-25e7d3a08d68b4e3f0c8df203c6f9f77ac8ebf2b.tar.gz scummvm-rg350-25e7d3a08d68b4e3f0c8df203c6f9f77ac8ebf2b.tar.bz2 scummvm-rg350-25e7d3a08d68b4e3f0c8df203c6f9f77ac8ebf2b.zip |
SCI: Renamed some sfx header files
svn-id: r39006
Diffstat (limited to 'engines/sci/sfx/seq/instrument-map.cpp')
-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 35b2f9ff05..51afc01a1c 100644 --- a/engines/sci/sfx/seq/instrument-map.cpp +++ b/engines/sci/sfx/seq/instrument-map.cpp @@ -27,7 +27,7 @@ #include "sci/sfx/sci_midi.h" #include "sci/sci_memory.h" #include "sci/sfx/seq/instrument-map.h" -#include "sci/sfx/sfx_engine.h" +#include "sci/sfx/core.h" namespace Sci { |