diff options
author | Filippos Karapetis | 2009-05-15 14:07:45 +0000 |
---|---|---|
committer | Filippos Karapetis | 2009-05-15 14:07:45 +0000 |
commit | 87e8f94fde8330e1d5e600cc7b3e5c24225d6158 (patch) | |
tree | 2774c88f62f0491b480e0add2dd7e009546e7a74 /engines/sci/sfx | |
parent | ce29fec17a9316b5fee0349d013a4d7863af9c03 (diff) | |
download | scummvm-rg350-87e8f94fde8330e1d5e600cc7b3e5c24225d6158.tar.gz scummvm-rg350-87e8f94fde8330e1d5e600cc7b3e5c24225d6158.tar.bz2 scummvm-rg350-87e8f94fde8330e1d5e600cc7b3e5c24225d6158.zip |
- Moved all the files out of /sci/scicore and into /sci
- Moved /scicore/sciconsole.h into /engine, and renamed /engine/scriptconsole.cpp to /engine/sciconsole.cpp
svn-id: r40608
Diffstat (limited to 'engines/sci/sfx')
-rw-r--r-- | engines/sci/sfx/core.h | 2 | ||||
-rw-r--r-- | engines/sci/sfx/player.h | 2 | ||||
-rw-r--r-- | engines/sci/sfx/softseq/adlib.cpp | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/engines/sci/sfx/core.h b/engines/sci/sfx/core.h index ca5025edf7..acf8c67d70 100644 --- a/engines/sci/sfx/core.h +++ b/engines/sci/sfx/core.h @@ -29,7 +29,7 @@ #include "common/error.h" #include "sci/sfx/songlib.h" -#include "sci/scicore/resource.h" +#include "sci/resource.h" namespace Sci { diff --git a/engines/sci/sfx/player.h b/engines/sci/sfx/player.h index ca73d5b582..e2bf952d28 100644 --- a/engines/sci/sfx/player.h +++ b/engines/sci/sfx/player.h @@ -28,7 +28,7 @@ #ifndef SCI_SFX_SFX_PLAYER_H #define SCI_SFX_SFX_PLAYER_H -#include "sci/scicore/resource.h" +#include "sci/resource.h" #include "sci/sfx/iterator.h" #include "common/scummsys.h" diff --git a/engines/sci/sfx/softseq/adlib.cpp b/engines/sci/sfx/softseq/adlib.cpp index 86ef29b708..fa075e0055 100644 --- a/engines/sci/sfx/softseq/adlib.cpp +++ b/engines/sci/sfx/softseq/adlib.cpp @@ -29,7 +29,7 @@ #include "sound/fmopl.h" -#include "sci/scicore/resource.h" +#include "sci/resource.h" #include "sci/sfx/softseq/adlib.h" namespace Sci { |