RwFread(void *buffer, RwInt32 size, RwInt32 count, FILE *stream)
RwFWrite(void *buffer, RwInt32 size, RwInt32 count, FILE *stream)
Description
Calls the function used by RenderWare for stdlib file operations.
Comments
To avoid conflicts between the standard library used by the application and that used by RenderWare, these function can be used where a stream is shared between RenderWare and the application.