Plugins
#define EXPORT extern "C" __declspec(dllexport)
// Get the plugin name (for the logger)
EXPORT const char* PBO4_GetPluginName();
// All the different events from the component
EXPORT void PBO4_PreStart();
EXPORT void PBO4_PostUnpack();
EXPORT void PBO4_PreDestroy();Last updated