aboutsummaryrefslogtreecommitdiff
path: root/engines/sci/graphics/text32.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/sci/graphics/text32.h')
-rw-r--r--engines/sci/graphics/text32.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/engines/sci/graphics/text32.h b/engines/sci/graphics/text32.h
index 722af34339..bfd5ebc606 100644
--- a/engines/sci/graphics/text32.h
+++ b/engines/sci/graphics/text32.h
@@ -153,6 +153,11 @@ public:
GfxText32(SegManager *segMan, GfxCache *fonts);
/**
+ * Initialises static GfxText32 members.
+ */
+ static void init();
+
+ /**
* The memory handle of the currently active bitmap.
*/
reg_t _bitmap;