summaryrefslogtreecommitdiff
path: root/tools/gbagfx/convert_png.h
diff options
context:
space:
mode:
authorMarcus Huderle <huderlem@gmail.com>2017-11-11 15:42:40 -0800
committerMarcus Huderle <huderlem@gmail.com>2017-11-11 16:06:44 -0800
commit267ada5ce6e2876c4df64275da9ee879a385c6f6 (patch)
tree559417726bbd5f3b18c153c1435f872decfe18b1 /tools/gbagfx/convert_png.h
parent20d00c58ef49fa88533fa07ab1801c381f02b7bf (diff)
parent67ad331441f29545b84d152cbbb4f188098a9c5a (diff)
Merge remote-tracking branch 'upstream/master' into 80c
Diffstat (limited to 'tools/gbagfx/convert_png.h')
-rw-r--r--tools/gbagfx/convert_png.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/gbagfx/convert_png.h b/tools/gbagfx/convert_png.h
index 55d3d6942..caf081b73 100644
--- a/tools/gbagfx/convert_png.h
+++ b/tools/gbagfx/convert_png.h
@@ -7,5 +7,6 @@
void ReadPng(char *path, struct Image *image);
void WritePng(char *path, struct Image *image);
+void ReadPngPalette(char *path, struct Palette *palette);
#endif // CONVERT_PNG_H