summaryrefslogtreecommitdiffstats
path: root/src/fakerw/rtpng.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/fakerw/rtpng.h')
-rw-r--r--src/fakerw/rtpng.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/fakerw/rtpng.h b/src/fakerw/rtpng.h
new file mode 100644
index 00000000..80f29020
--- /dev/null
+++ b/src/fakerw/rtpng.h
@@ -0,0 +1,4 @@
+#pragma once
+
+RwImage *RtPNGImageWrite(RwImage * image, const RwChar * imageName);
+RwImage *RtPNGImageRead(const RwChar * imageName);