From 258901bab96f0050385a9912c8ea0fe2a41b2d6f Mon Sep 17 00:00:00 2001 From: Nicola Mettifogo Date: Wed, 19 Sep 2007 08:40:12 +0000 Subject: Merged common/stdafx.h into common/scummsys.h. All referencing files have been updated. svn-id: r28966 --- graphics/imageman.h | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'graphics/imageman.h') diff --git a/graphics/imageman.h b/graphics/imageman.h index ac5fae6a83..d1c8e0dad9 100644 --- a/graphics/imageman.h +++ b/graphics/imageman.h @@ -25,7 +25,6 @@ #ifndef GRAPHICS_IMAGEMAN_H #define GRAPHICS_IMAGEMAN_H -#include "common/stdafx.h" #include "common/scummsys.h" #include "common/singleton.h" #include "common/str.h" @@ -34,7 +33,7 @@ namespace Graphics { struct Surface; - + class ImageManager : public Common::Singleton { public: ~ImageManager(); @@ -56,7 +55,7 @@ public: */ void remArchive(const Common::String &name); - /** + /** * registers a surface to the ImageManager. * surf->free(), also delete surf, will be called when the ImageManager will * be destroyed or if ImageManager::unregisterSurface is called. @@ -101,7 +100,7 @@ private: }; typedef Common::List::iterator ZipIterator; #endif - + Iterator searchHandle(const Common::String &name); Common::List _surfaces; -- cgit v1.2.3