giz menu works
[picodrive.git] / platform / common / readpng.h
CommitLineData
a12e0116 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