1
0
Fork 0
mirror of https://git.rip/DMCA_FUCKER/re3.git synced 2024-06-18 12:23:13 +00:00
re3/src/fakerw/rtbmp.h

5 lines
134 B
C
Raw Normal View History

2020-04-15 12:05:24 +00:00
#pragma once
RwImage *RtBMPImageWrite(RwImage * image, const RwChar * imageName);
RwImage *RtBMPImageRead(const RwChar * imageName);