sh2 overclock and logging stuff, menu refactoring
[libpicofe.git] / common / readpng.h
CommitLineData
13059a60 1typedef enum
2{
3 READPNG_BG = 1,
4 READPNG_FONT,
ff63afa1 5 READPNG_SELECTOR,
6 READPNG_320_24,
7 READPNG_480_24
13059a60 8}
9readpng_what;
10
ff63afa1 11#ifdef __cplusplus
12extern "C" {
13#endif
13059a60 14
ff63afa1 15int readpng(void *dest, const char *fname, readpng_what what);
16
17#ifdef __cplusplus
18}
19#endif