diff options
Diffstat (limited to 'bitmap.h')
-rw-r--r-- | bitmap.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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); |