mirror of
https://github.com/FunKey-Project/picodrive-irixxxx.git
synced 2026-03-27 06:12:38 +01:00
git-svn-id: file:///home/notaz/opt/svn/PicoDrive@231 be3aeb3a-fb24-0410-a615-afba39da0efa
11 lines
147 B
C
11 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);
|
|
|