libpicofe/common/readpng.h
notaz c7a4ff6428 giz menu works
git-svn-id: file:///home/notaz/opt/svn/PicoDrive/platform@231 be3aeb3a-fb24-0410-a615-afba39da0efa
2007-09-01 11:07:03 +00:00

10 lines
147 B
C

typedef enum
{
READPNG_BG = 1,
READPNG_FONT,
READPNG_SELECTOR
}
readpng_what;
void readpng(void *dest, const char *fname, readpng_what what);