11 #ifdef EXAMPLEEVENTPROCESSOR_EXPORTS
12 #define DT_DLL_EXAMPLEEVENTPROCESSOR __declspec ( dllexport )
14 #define DT_DLL_EXAMPLEEVENTPROCESSOR __declspec ( dllimport )
17 #define DT_DLL_EXAMPLEEVENTPROCESSOR
21 #define DT_DE_PLUGIN_EXPORT_MACRO DT_DLL_EXAMPLEEVENTPROCESSOR
DT_DE_PLUGIN_EXPORT_MACRO bool initDeModule(makVrv::DtDe *de)
#define DT_DLL_EXAMPLEEVENTPROCESSOR
Definition: exampleEventProcessor.h:17
DT_DLL_DEBUGDRAWRENDERER void init(makVrv::DtDe &de)
Work function for the plugin initialization.
The DtDe is the core component of any VR-Vantage application. It owns a DtRenderer, DtDeCommunicator, as well as a DtDisplay and other things.
Definition: DtDe.h:70