summaryrefslogtreecommitdiff
path: root/tools/gbagfx/convert_png.h
diff options
context:
space:
mode:
authornullableVoidPtr <30564701+nullableVoidPtr@users.noreply.github.com>2019-08-04 09:53:50 +0000
committernullableVoidPtr <30564701+nullableVoidPtr@users.noreply.github.com>2019-08-04 09:53:50 +0000
commit5c4f2bd4d38b4865ff79287b62c31cac5b655301 (patch)
tree84fab194955e859fd62bf73201d5e96876f4d143 /tools/gbagfx/convert_png.h
parent0a3b060d298bfb89e83d21d9b7b9f96a07994f41 (diff)
Add tools
Diffstat (limited to 'tools/gbagfx/convert_png.h')
-rw-r--r--tools/gbagfx/convert_png.h12
1 files changed, 12 insertions, 0 deletions
diff --git a/tools/gbagfx/convert_png.h b/tools/gbagfx/convert_png.h
new file mode 100644
index 0000000..caf081b
--- /dev/null
+++ b/tools/gbagfx/convert_png.h
@@ -0,0 +1,12 @@
+// Copyright (c) 2015 YamaArashi
+
+#ifndef CONVERT_PNG_H
+#define CONVERT_PNG_H
+
+#include "gfx.h"
+
+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