notaz.gp2x.de
/
picodrive.git
/ blame
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blob
|
blame
(incremental) |
history
|
HEAD
cue/bin finally implemented
[picodrive.git]
/
platform
/
common
/
readpng.h
Commit
Line
Data
a12e0116
1
typedef enum
2
{
3
READPNG_BG = 1,
4
READPNG_FONT,
5
READPNG_SELECTOR
6
}
7
readpng_what;
8
9
void readpng(void *dest, const char *fname, readpng_what what);
10