mirror of
https://github.com/GTAmodding/re3.git
synced 2024-11-15 14:29:00 +00:00
Add missing rtpng.h
This commit is contained in:
parent
c5042dcdf6
commit
aadc39eccd
1 changed files with 4 additions and 0 deletions
4
src/fakerw/rtpng.h
Normal file
4
src/fakerw/rtpng.h
Normal file
|
@ -0,0 +1,4 @@
|
||||||
|
#pragma once
|
||||||
|
|
||||||
|
RwImage *RtPNGImageWrite(RwImage * image, const RwChar * imageName);
|
||||||
|
RwImage *RtPNGImageRead(const RwChar * imageName);
|
Loading…
Reference in a new issue