libxml2: copy the xml2-config to the crosstoolsdir and patch the paths in the native...
[AROS-Contrib.git] / vpdf / system / loadpng.h
blob2798c775a944097dffaab0f598065fa46ba510d4
1 #ifndef LOADPNG_H
2 #define LOADPNG_H
4 #include "chunky.h"
6 Texture *PNGLoadARGB32(char *fname);
7 Texture *PNGLoadRGB24(char *fname);
8 int pngGetDimmensions(char *fname, int *width, int *height);
10 #endif