#ifndef __png_h #define __png_h #include SWIG_VOID(int) loadPNG(ePtr &SWIG_OUTPUT, const char *filename); int savePNG(const char *filename, gPixmap *pixmap); #endif