mirror of
https://github.com/GTAmodding/re3.git
synced 2024-11-15 16:48:59 +00:00
4 lines
134 B
C
4 lines
134 B
C
#pragma once
|
|
|
|
RwImage *RtBMPImageWrite(RwImage * image, const RwChar * imageName);
|
|
RwImage *RtBMPImageRead(const RwChar * imageName);
|