RenderWare V2.1

Previous Page Index Next Page

FILE *

RwFopen(void *ptr)

RwInt32

RwFclose(FILE *stream)

RwInt32

RwFread(void *buffer, RwInt32 size, RwInt32 count, FILE *stream)

RwInt32

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.