#include "i18n.h"
#include "menuitems.h"
#include "osdbase.h"
#include "tools.h"
Go to the source code of this file.
◆ VDRPLUGINCREATOR
#define VDRPLUGINCREATOR |
( |
|
PluginClass | ) |
|
Value: extern "C" void *VDRPluginCreator(void) { return new PluginClass; } \
extern "C" void VDRPluginDestroyer(PluginClass *p) { delete p; }
Definition at line 18 of file plugin.h.