some skinning capabilities
[libpicofe.git] / gp2x / readpng.h
diff --git a/gp2x/readpng.h b/gp2x/readpng.h
new file mode 100644 (file)
index 0000000..542a774
--- /dev/null
@@ -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);
+