Base/include/Framework/System/PluginInterface.hpp file

Contents

Defines

#define BP_PLUGIN_VERSION_INT
#define BP_IMPLEMENT_PLUGIN(Name, BaseClass, Class)

Define documentation

#define BP_PLUGIN_VERSION_INT

Integer to signal the version of the Framework a module was compiled against

#define BP_IMPLEMENT_PLUGIN(Name, BaseClass, Class)

Parameters
Name the name of the module
BaseClass the base class this module provides
Class the module main class to allocate (must extend BaseClass)

Implement a plugin entry function in order to allow this module to be loaded by ModuleManager