summaryrefslogtreecommitdiff
path: root/bitmap.h
blob: adef9effaa5e18abc82da162e0a417708b94d26c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
/*
 * $Id: bitmap.h,v 1.3 2004/05/31 19:54:12 lordjaxom Exp $
 */

#ifndef VDR_TEXT2SKIN_BITMAP_H
#define VDR_TEXT2SKIN_BITMAP_H

#define __STL_CONFIG_H
#include <vdr/osd.h>
#undef __STL_CONFIG_H

class cText2SkinBitmap: public cBitmap {
public:
	cText2SkinBitmap(void);
	cText2SkinBitmap(const char *Filename);
	virtual ~cText2SkinBitmap();

	bool Load(const char *Filename);
#ifdef HAVE_IMLIB2
	bool LoadPng(const char *Filename);
#endif
};

#endif // VDR_TEXT2SKIN_BITMAP_H