R3RegisterExternalClasses

FUNCTION:

R3RegisterExternalClasses

TEMPLATE:

void R3RegisterExternalClasses(R3APP *app, char *path);

PARAMETERS:
app - application handle returned by R3AppCreate() path - folder from which the plugin libraries should be loaded. If NULL, then the default plugins folder is used.
RETURN VALUE:

-

DESCRIPTION:

Load plugin libraries from the given path. If the path is NULL then the function uses the default plugin path, defined by the given 'app' context.