From 5135439bbd64289e4c6c780f4b4da03ce40e75be Mon Sep 17 00:00:00 2001 From: Paul Gilbert Date: Thu, 1 Jan 2015 14:57:56 -1000 Subject: XEEN: Reorganisation of resource, sprite, and cc file class files --- engines/xeen/xeen.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'engines/xeen/xeen.cpp') 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); -- cgit v1.2.3