11 #ifdef EXAMPLECUSTOM_EXPORTS
12 #define DT_DLL_EXAMPLECUSTOMUI __declspec ( dllexport )
14 #define DT_DLL_EXAMPLECUSTOMUI __declspec ( dllimport )
17 #define DT_DLL_EXAMPLECUSTOMUI
21 #define DT_DE_PLUGIN_EXPORT_MACRO DT_DLL_EXAMPLECUSTOMUI
#define DT_DLL_EXAMPLECUSTOMUI
Definition: exampleCustomUI.h:17
DT_DE_PLUGIN_EXPORT_MACRO bool initDeModule(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:76