remove test cruft, add possibility for a seperator
[enigma2.git] / lib / gdi / epng.h
index 244019f345ce02f5e2dd9b27714a53954298ac61..2db7bc43c845019da2b5e751da50cb332166202b 100644 (file)
@@ -1,9 +1,9 @@
 #ifndef __png_h
 #define __png_h
 
-#include "grc.h"
+#include <lib/gdi/gpixmap.h>
 
-int loadPNG(ePtr<gPixmap> &pixmap, const char *filename);
+SWIG_VOID(int) loadPNG(ePtr<gPixmap> &SWIG_OUTPUT, const char *filename);
 int savePNG(const char *filename, gPixmap *pixmap);
 
 #endif