aboutsummaryrefslogtreecommitdiff
path: root/engines/sci/sfx
diff options
context:
space:
mode:
authorFilippos Karapetis2009-05-15 14:07:45 +0000
committerFilippos Karapetis2009-05-15 14:07:45 +0000
commit87e8f94fde8330e1d5e600cc7b3e5c24225d6158 (patch)
tree2774c88f62f0491b480e0add2dd7e009546e7a74 /engines/sci/sfx
parentce29fec17a9316b5fee0349d013a4d7863af9c03 (diff)
downloadscummvm-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.h2
-rw-r--r--engines/sci/sfx/player.h2
-rw-r--r--engines/sci/sfx/softseq/adlib.cpp2
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 {