13 #ifdef EXAMPLEELEMENTATTRIBUTESPLUGIN_EXPORTS
14 #define DT_DLL_EXAMPLEELEMENTATTRIBUTESPLUGIN __declspec ( dllexport )
16 #define DT_DLL_EXAMPLEELEMENTATTRIBUTESPLUGIN __declspec ( dllimport )
19 #define DT_DLL_EXAMPLEELEMENTATTRIBUTESPLUGIN
24 #define DT_DE_PLUGIN_EXPORT_MACRO DT_DLL_EXAMPLEELEMENTATTRIBUTESPLUGIN
#define DT_DLL_EXAMPLEELEMENTATTRIBUTESPLUGIN
Definition: exampleElementAttributesPlugin.h:19
void createMonitor(makVrv::DtDe &de)
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