RenderWare V2.1

Previous Page Index Next Page

void

RwRelease(void);

Description

Releases the RenderWare library.

Arguments

None.

Return Value

None.

Comments

This function should be called if the library has been initialized using the RwInitialize() function. Note that RwClose() implicitly performs an RwRelease(), and it should therefore not be called when using RwOpen() and RwClose().

See Also

RwInitialize()

RwOpen()

RwOpenExt()

RwClose()