Pico fixes
[libpicofe.git] / common / readpng.h
CommitLineData
13059a60 1typedef enum
2{
3 READPNG_BG = 1,
4 READPNG_FONT,
5 READPNG_SELECTOR
6}
7readpng_what;
8
9void readpng(void *dest, const char *fname, readpng_what what);
10