aboutsummaryrefslogtreecommitdiff
path: root/engines/xeen/xeen.cpp
diff options
context:
space:
mode:
authorPaul Gilbert2015-01-01 14:57:56 -1000
committerPaul Gilbert2015-01-01 14:57:56 -1000
commit5135439bbd64289e4c6c780f4b4da03ce40e75be (patch)
treed15cd706f7261c8342936a6a1834ed007c97635c /engines/xeen/xeen.cpp
parentb2f1282aeb7f405f265afac3d601459f4cfebf6d (diff)
downloadscummvm-rg350-5135439bbd64289e4c6c780f4b4da03ce40e75be.tar.gz
scummvm-rg350-5135439bbd64289e4c6c780f4b4da03ce40e75be.tar.bz2
scummvm-rg350-5135439bbd64289e4c6c780f4b4da03ce40e75be.zip
XEEN: Reorganisation of resource, sprite, and cc file class files
Diffstat (limited to 'engines/xeen/xeen.cpp')
-rw-r--r--engines/xeen/xeen.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/engines/xeen/xeen.cpp b/engines/xeen/xeen.cpp
index cbdb6f3104..b61d6a6cc2 100644
--- a/engines/xeen/xeen.cpp
+++ b/engines/xeen/xeen.cpp
@@ -29,7 +29,7 @@
#include "graphics/thumbnail.h"
#include "xeen/xeen.h"
#include "xeen/dialogs_options.h"
-#include "xeen/resources.h"
+#include "xeen/files.h"
namespace Xeen {
@@ -58,7 +58,7 @@ void XeenEngine::initialize() {
DebugMan.addDebugChannel(kDebugSound, "sound", "Sound and Music handling");
// Create sub-objects of the engine
- Resources::init(this);
+ FileManager::init(this);
_debugger = new Debugger(this);
_events = new EventsManager(this);
_screen = new Screen(this);