#include <mostly_harmless/core/mostlyharmless_ISharedState.h>
#include <mostly_harmless/core/mostlyharmless_IEngine.h>
#include <mostly_harmless/core/mostlyharmless_IEditor.h>
Go to the source code of this file.
Classes | |
struct | mostly_harmless::core::IPluginEntry |
Interface for registering the user's subclasses with the framework. More... | |
Namespaces | |
namespace | mostly_harmless |
The top-level namespace, contains all things plugin-related. | |
namespace | mostly_harmless::core |
Contains core functionality of the framework. | |
Macros | |
#define | MH_REGISTER_PLUGIN_ENTRY(PluginEntryType) |
Macro to register your IPluginEntry subclass with the framework. | |
#define MH_REGISTER_PLUGIN_ENTRY | ( | PluginEntryType | ) |
Macro to register your IPluginEntry subclass with the framework.
Call this from your IPluginEntry subclass' source file.