From d309055320433e5fd899de53dc688d679609e6db Mon Sep 17 00:00:00 2001 From: lordjaxom Date: Sun, 23 May 2004 00:35:46 +0000 Subject: - Initial revision. --- bitmap.h | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 bitmap.h (limited to 'bitmap.h') diff --git a/bitmap.h b/bitmap.h new file mode 100644 index 0000000..09696f5 --- /dev/null +++ b/bitmap.h @@ -0,0 +1,22 @@ +/* + * $Id: bitmap.h,v 1.1.1.1 2004/05/23 00:08:03 lordjaxom Exp $ + */ + +#ifndef VDR_TEXT2SKIN_BITMAP_H +#define VDR_TEXT2SKIN_BITMAP_H + +#include + +class cText2SkinBitmap: public cBitmap { +public: + cText2SkinBitmap(void); + cText2SkinBitmap(const char *Filename); + virtual ~cText2SkinBitmap(); + + bool Load(const char *Filename); +#ifdef HAVE_IMLIB + bool LoadPng(const char *Filename); +#endif +}; + +#endif // VDR_TEXT2SKIN_BITMAP_H -- cgit v1.2.3