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 507d7f7..63644cb 100644
--- a/bitmap.h
+++ b/bitmap.h
@@ -18,6 +18,7 @@ public:
cOSDImageBitmap();
~cOSDImageBitmap();
bool DrawImage(const char *fileNameP, int x, int y, int w, int h, int colors, cBitmap *bmp);
+ static void Init(void);
private:
bool DrawMagick(const char *Filename, int x, int y, int height, int width, int colors, cBitmap *bmp);