summaryrefslogtreecommitdiff
path: root/bitmap.h
diff options
context:
space:
mode:
Diffstat (limited to 'bitmap.h')
-rw-r--r--bitmap.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/bitmap.h b/bitmap.h
index 7dede8b..f396f01 100644
--- a/bitmap.h
+++ b/bitmap.h
@@ -82,6 +82,7 @@ public:
int width = 0, int colors = 0);
static void ResetCache(void) { mCache.Reset(); }
static void FlushCache(void) { mCache.Flush(); }
+ static void Init(void);
virtual ~cText2SkinBitmap();