14 # ifdef EXAMPLESYMBOLFACADE4_EXPORTS
15 # define DT_DLL_EXAMPLESYMBOLFACADE4 __declspec ( dllexport )
17 # define DT_DLL_EXAMPLESYMBOLFACADE4 __declspec ( dllimport )
20 # define DT_DLL_EXAMPLESYMBOLFACADE4
24 #define DT_DE_PLUGIN_EXPORT_MACRO DT_DLL_EXAMPLESYMBOLFACADE4
DT_DE_PLUGIN_EXPORT_MACRO bool initDeModule(makVrv::DtDe *de)
#define DT_DLL_EXAMPLESYMBOLFACADE4
Definition: exampleSymbolFacade4.h:20
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.
Definition: DtDe.h:69
void installDriver(makVrv::DtDe &de)
Callback to install the debugDrawRenderer Driver.