#include <kore/version.h>
#include <kore/plugin.h>
#include <iostream>
Go to the source code of this file.
Defines | |
#define | PLUGIN_MAJOR 0 |
#define | PLUGIN_MINOR 0 |
#define | PLUGIN_REVISION 1 |
#define | PLUGIN_VERSION "0.0.1" |
#define | PLUGIN_API_MAJOR 0 |
#define | PLUGIN_API_MINOR 0 |
#define | PLUGIN_API_REVISION 1 |
#define | PLUGIN_API_VERSION "0.0.1" |
#define | PLUGIN_NAME "Unknown Plugin" |
#define | PLUGIN_TYPE "Plugin" |
#define | PLUGIN_DESCRIPTION "Default/Unknown Plugin" |
|
Definition at line 10 of file plugin.cpp. Referenced by kore::Plugin::commonInit(). |
|
Definition at line 11 of file plugin.cpp. Referenced by kore::Plugin::commonInit(). |
|
Definition at line 12 of file plugin.cpp. Referenced by kore::Plugin::commonInit(). |
|
Definition at line 13 of file plugin.cpp. Referenced by kore::Plugin::commonInit(). |
|
Definition at line 16 of file plugin.cpp. Referenced by kore::Plugin::commonInit(). |
|
Definition at line 6 of file plugin.cpp. Referenced by kore::Plugin::commonInit(). |
|
Definition at line 7 of file plugin.cpp. Referenced by kore::Plugin::commonInit(). |
|
Definition at line 14 of file plugin.cpp. Referenced by kore::Plugin::commonInit(). |
|
Definition at line 8 of file plugin.cpp. Referenced by kore::Plugin::commonInit(). |
|
Definition at line 15 of file plugin.cpp. Referenced by kore::Plugin::commonInit(). |
|
Definition at line 9 of file plugin.cpp. Referenced by kore::Plugin::commonInit(). |