1
0
mirror of https://github.com/td512/re3.git synced 2026-01-27 15:11:41 +00:00
Files
td512.re3/src/fakerw/rtbmp.h
2020-04-15 14:05:40 +02:00

5 lines
134 B
C

#pragma once
RwImage *RtBMPImageWrite(RwImage * image, const RwChar * imageName);
RwImage *RtBMPImageRead(const RwChar * imageName);