aboutsummaryrefslogtreecommitdiff
path: root/graphics/imageman.cpp
diff options
context:
space:
mode:
authorMax Horn2008-12-27 18:03:27 +0000
committerMax Horn2008-12-27 18:03:27 +0000
commit87a27477441ac9812406eb441465a5b9fddae85d (patch)
tree71d07df9a18ab186c8628e26136a723c983b222c /graphics/imageman.cpp
parentdb1a4b478940677c5a8d9128a283b74ad1c49104 (diff)
downloadscummvm-rg350-87a27477441ac9812406eb441465a5b9fddae85d.tar.gz
scummvm-rg350-87a27477441ac9812406eb441465a5b9fddae85d.tar.bz2
scummvm-rg350-87a27477441ac9812406eb441465a5b9fddae85d.zip
Turned FSNode into a ArchiveMember subclass; removed the now obsolete FSDirectoryMember; moved FSDirectory from common/archive.h to common/fs.h
svn-id: r35578
Diffstat (limited to 'graphics/imageman.cpp')
-rw-r--r--graphics/imageman.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/graphics/imageman.cpp b/graphics/imageman.cpp
index ab99ae256c..42fc01b3eb 100644
--- a/graphics/imageman.cpp
+++ b/graphics/imageman.cpp
@@ -26,6 +26,7 @@
#include "graphics/imageman.h"
#include "graphics/surface.h"
+#include "common/fs.h"
#include "common/unzip.h"
DECLARE_SINGLETON(Graphics::ImageManager);