X-Git-Url: https://git.cweiske.de/enigma2.git/blobdiff_plain/d63d2c3c6cbbd574dda4f8b00ebe6c661735edd5..cc6908402d34d4633d3b27297bdbde3b9a94e403:/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