aboutsummaryrefslogtreecommitdiff
path: root/graphics/imageman.h
diff options
context:
space:
mode:
authorNicola Mettifogo2007-09-19 08:40:12 +0000
committerNicola Mettifogo2007-09-19 08:40:12 +0000
commit258901bab96f0050385a9912c8ea0fe2a41b2d6f (patch)
treea3ae8675b679c9f3b58ac8d97c79369502ea23c1 /graphics/imageman.h
parenta89694c0d61a75a960f5bec6c498659c988401cc (diff)
downloadscummvm-rg350-258901bab96f0050385a9912c8ea0fe2a41b2d6f.tar.gz
scummvm-rg350-258901bab96f0050385a9912c8ea0fe2a41b2d6f.tar.bz2
scummvm-rg350-258901bab96f0050385a9912c8ea0fe2a41b2d6f.zip
Merged common/stdafx.h into common/scummsys.h. All referencing files have been updated.
svn-id: r28966
Diffstat (limited to 'graphics/imageman.h')
-rw-r--r--graphics/imageman.h7
1 files changed, 3 insertions, 4 deletions
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<ImageManager> {
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<Archive>::iterator ZipIterator;
#endif
-
+
Iterator searchHandle(const Common::String &name);
Common::List<Entry*> _surfaces;