diff options
author | Max Horn | 2009-02-21 18:28:38 +0000 |
---|---|---|
committer | Max Horn | 2009-02-21 18:28:38 +0000 |
commit | 0d41ca8d38ce6c604a2a7c9c763b9bf92dd5a9c9 (patch) | |
tree | 2ff210eb071c2a9e2ba97c13adbab7261cbf5415 /engines/sci/sfx/softseq/opl2.cpp | |
parent | b6c9b12e64426e57c24dc4742bed641546bbe395 (diff) | |
download | scummvm-rg350-0d41ca8d38ce6c604a2a7c9c763b9bf92dd5a9c9.tar.gz scummvm-rg350-0d41ca8d38ce6c604a2a7c9c763b9bf92dd5a9c9.tar.bz2 scummvm-rg350-0d41ca8d38ce6c604a2a7c9c763b9bf92dd5a9c9.zip |
SCI: Moved scicore/tools.cpp to tools.cpp, and include/resource.h to tools.h
svn-id: r38720
Diffstat (limited to 'engines/sci/sfx/softseq/opl2.cpp')
-rw-r--r-- | engines/sci/sfx/softseq/opl2.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/sci/sfx/softseq/opl2.cpp b/engines/sci/sfx/softseq/opl2.cpp index 2986917b7a..1de9bd4659 100644 --- a/engines/sci/sfx/softseq/opl2.cpp +++ b/engines/sci/sfx/softseq/opl2.cpp @@ -42,7 +42,7 @@ ***************************************************************************/ -#include "sci/include/resource.h" +#include "sci/tools.h" #include "sci/include/sfx_iterator.h" #include "../softseq.h" #include "../adlib.h" |