X-Git-Url: https://git.cweiske.de/enigma2.git/blobdiff_plain/d63d2c3c6cbbd574dda4f8b00ebe6c661735edd5..1f6edcca9e83bfe6e4606c48e5cb27fb637ca400:/lib/gdi/epng.h diff --git a/lib/gdi/epng.h b/lib/gdi/epng.h index 650c2513..09f30233 100644 --- a/lib/gdi/epng.h +++ b/lib/gdi/epng.h @@ -1,9 +1,9 @@ #ifndef __png_h #define __png_h -#include "grc.h" +#include -gImage *loadPNG(const char *filename); +int loadPNG(ePtr &pixmap, const char *filename); int savePNG(const char *filename, gPixmap *pixmap); #endif