13 #ifdef EXAMPLEMULTIPLECHANNELS_EXPORTS
14 #define DT_DLL_EXAMPLEMULTIPLECHANNELS __declspec ( dllexport )
16 #define DT_DLL_EXAMPLEMULTIPLECHANNELS __declspec ( dllimport )
19 #define DT_DLL_EXAMPLEMULTIPLECHANNELS
23 #define DT_DE_PLUGIN_EXPORT_MACRO DT_DLL_EXAMPLEMULTIPLECHANNELS
#define DT_DLL_EXAMPLEMULTIPLECHANNELS
Definition: exampleMultipleChannelsPlugin.h:19
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:76