mirror of
https://gitlab.com/GaryOderNichts/re3-wiiu.git
synced 2025-04-09 03:51:22 +02: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);
|