mirror of
https://github.com/td512/re3.git
synced 2026-01-27 15:11:41 +00:00
5 lines
134 B
C
5 lines
134 B
C
#pragma once
|
|
|
|
RwImage *RtBMPImageWrite(RwImage * image, const RwChar * imageName);
|
|
RwImage *RtBMPImageRead(const RwChar * imageName);
|