R3LoadPluginLibrary
void R3LoadPluginLibrary(R3APP *app, char *name);
-
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.