RwOpen(char *device, void *param);
Description
Initializes the RenderWare library. This function (or its variant RwOpenExt()) must be called before any other RenderWare functions.
Arguments
device A string whose value is either NullDevice or device-dependent.
param A device dependent parameter.
Return Value
TRUE if successful, and FALSE otherwise.
Comments
For a description of the device dependent parameters, device and param, see Appendix B.
See Also
RwClose()