re3-wiiu/src/fakerw/rtbmp.h

5 lines
134 B
C
Raw Normal View History

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