R3LoadPluginLibrary

FUNCTION:

R3LoadPluginLibrary

TEMPLATE:

void R3LoadPluginLibrary(R3APP *app, char *name);

PARAMETERS:
app - application handle returned by R3AppCreate() name - the name of the library to be loaded.
RETURN VALUE:

-

DESCRIPTION:

Load the given plugin library from the default plugin folder. The name should not contain any platform specific file name prefixes nor extensions. The function takes care of adding them. For example, "r3code" name will map to "libr3code.so" on linux and "r3code.dll" on Windows.