1
0
Fork 0
mirror of https://git.rip/DMCA_FUCKER/re3.git synced 2024-06-13 13:38:30 +00:00

Add missing rtpng.h

This commit is contained in:
Sergeanur 2021-02-12 08:46:32 +02:00
parent c5042dcdf6
commit aadc39eccd

4
src/fakerw/rtpng.h Normal file
View file

@ -0,0 +1,4 @@
#pragma once
RwImage *RtPNGImageWrite(RwImage * image, const RwChar * imageName);
RwImage *RtPNGImageRead(const RwChar * imageName);