some skinning capabilities

git-svn-id: file:///home/notaz/opt/svn/PicoDrive@225 be3aeb3a-fb24-0410-a615-afba39da0efa
This commit is contained in:
notaz 2007-08-24 20:47:28 +00:00
parent a9b3ffd3cc
commit a12e011623
21 changed files with 606 additions and 252 deletions

10
platform/gp2x/readpng.h Normal file
View file

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