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);