aboutsummaryrefslogtreecommitdiff
path: root/engines/cine/gfx.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/cine/gfx.h')
-rw-r--r--engines/cine/gfx.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/engines/cine/gfx.h b/engines/cine/gfx.h
index f1503a4c46..f65bc31d1a 100644
--- a/engines/cine/gfx.h
+++ b/engines/cine/gfx.h
@@ -109,6 +109,8 @@ public:
FWRenderer();
virtual ~FWRenderer();
+ virtual bool initialize();
+
/*! \brief Test if renderer is ready to draw */
virtual bool ready() { return _background != NULL; }
@@ -167,6 +169,8 @@ public:
OSRenderer();
~OSRenderer();
+ bool initialize();
+
/*! \brief Test if renderer is ready to draw */
bool ready() { return _bgTable[_currentBg].bg != NULL; }