diff options
author | Sergeanur <s.anureev@yandex.ua> | 2021-02-12 08:46:32 +0200 |
---|---|---|
committer | Sergeanur <s.anureev@yandex.ua> | 2021-02-12 08:46:32 +0200 |
commit | aadc39eccda66baca70307cfd506f895f715377a (patch) | |
tree | ec013653cc4f2f523230ca3536b7f3b5e7cdf2aa | |
parent | c5042dcdf66ea1da380d5fa0964081688a217d50 (diff) |
Add missing rtpng.h
-rw-r--r-- | src/fakerw/rtpng.h | 4 |
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); |