![]() |
Menge Plugin Examples
A Collection of Example Plugins for the Menge Framework
|
Plugin for formations. More...
#include "FormationsConfig.h"
#include "FormationsModifier.h"
#include "FreeFormation.h"
#include "FormationsTask.h"
#include "PluginEngine.h"
Functions | |
FORMATIONS_API const char * | getName () |
Retrieves the name of the plug-in. More... | |
FORMATIONS_API const char * | getDescription () |
Description of the plug-in. More... | |
FORMATIONS_API void | registerPlugin (PluginEngine *engine) |
Registers the plug-in with the PluginEngine. More... | |
Plugin for formations.
FORMATIONS_API const char* getDescription | ( | ) |
Description of the plug-in.
FORMATIONS_API const char* getName | ( | ) |
Retrieves the name of the plug-in.
FORMATIONS_API void registerPlugin | ( | PluginEngine * | engine | ) |
Registers the plug-in with the PluginEngine.
engine | A pointer to the plugin engine. |