fixed refcount of eListboxPythonStringContent
[enigma2.git] / lib / gdi / epng.h
1 #ifndef __png_h
2 #define __png_h
3
4 #include "grc.h"
5
6 int loadPNG(ePtr<gPixmap> &pixmap, const char *filename);
7 int savePNG(const char *filename, gPixmap *pixmap);
8
9 #endif