#include <kore/kore.h>#include <kore/module.h>Go to the source code of this file.
Namespaces | |
| namespace | kore |
Defines | |
| #define | PLUGIN_MAIN_HDR(handle, name, path, flags) Plugin* plugin(HMODULE handle, const char* name, const char* path, int flags) |
| #define | PLUGIN_MAIN_BODY(Type, handle, name, path, flags) |
|
|
Value: PLUGIN_MAIN_HDR(handle,name,path,flags) \ { \ return new Type(handle,name,path,flags); \ } |
|
|
|
1.2.12 written by Dimitri van Heesch,
© 1997-2001