All function and data type names have a prefix which indicates
which component library they belong to.
The Core Library uses the prefix "Rw" which indicates a
function situated in the RenderWare Graphics Core Library
("rwcore.h" / "rwcore.lib"). These
functions are always available as long as the core RenderWare
Graphics library is linked to your application.
Plugin libraries use the prefix "Rp" which indicates a function
situated in a plugin library (for example RpSkin.) In most cases, the name of the
plugin follows the prefix. The appropriate plugin must be attached
if you intend to use these functions and linked to the appropriate
header and library files. A requirements section at the top of the
overview page for each plugin lists the headers and library files
that need to be attached.
Toolkit libraries use the prefix "Rt" which indicates a
function situated in a toolkit library (for example, RtPick). Syntax is similar to
plugins, described above. Many toolkits rely on one or more
attached plugins.