re3/src/fakerw/rtbmp.h

5 lines
134 B
C

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