aboutsummaryrefslogtreecommitdiff
path: root/graphics
diff options
context:
space:
mode:
authorJohannes Schickel2007-05-27 11:40:03 +0000
committerJohannes Schickel2007-05-27 11:40:03 +0000
commit86104e0bf0b76c06160eb299989262d0e9619c1c (patch)
treea9a96eb21a9004b2e200471009ca4060648b8fd1 /graphics
parent7d8619350f70f6ca82970b8a12ae0d35c0dacca2 (diff)
downloadscummvm-rg350-86104e0bf0b76c06160eb299989262d0e9619c1c.tar.gz
scummvm-rg350-86104e0bf0b76c06160eb299989262d0e9619c1c.tar.bz2
scummvm-rg350-86104e0bf0b76c06160eb299989262d0e9619c1c.zip
Reverted r26922.
svn-id: r26967
Diffstat (limited to 'graphics')
-rw-r--r--graphics/cursorman.cpp2
-rw-r--r--graphics/fontman.cpp2
-rw-r--r--graphics/imageman.cpp2
3 files changed, 6 insertions, 0 deletions
diff --git a/graphics/cursorman.cpp b/graphics/cursorman.cpp
index 397d74789f..06364b860a 100644
--- a/graphics/cursorman.cpp
+++ b/graphics/cursorman.cpp
@@ -24,6 +24,8 @@
#include "common/system.h"
#include "common/stack.h"
+DECLARE_SINGLETON(Graphics::CursorManager);
+
namespace Graphics {
static bool g_initialized = false;
diff --git a/graphics/fontman.cpp b/graphics/fontman.cpp
index fad8654d02..9b567c0be8 100644
--- a/graphics/fontman.cpp
+++ b/graphics/fontman.cpp
@@ -22,6 +22,8 @@
#include "graphics/fontman.h"
//#include "gui/consolefont.h"
+DECLARE_SINGLETON(Graphics::FontManager);
+
namespace Graphics {
#if !(defined(PALMOS_ARM) || defined(PALMOS_DEBUG) || defined(__GP32__))
diff --git a/graphics/imageman.cpp b/graphics/imageman.cpp
index 1145dd262f..d4fc9da72d 100644
--- a/graphics/imageman.cpp
+++ b/graphics/imageman.cpp
@@ -23,6 +23,8 @@
#include "graphics/imageman.h"
#include "graphics/surface.h"
+DECLARE_SINGLETON(Graphics::ImageManager);
+
namespace Graphics {
ImageManager::ImageManager() : _surfaces()
#ifdef USE_ZLIB