giz menu works
[libpicofe.git] / common / readpng.h
diff --git a/common/readpng.h b/common/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);
+