14 # ifdef EXAMPLESYMBOLFACADE3_EXPORTS
15 # define DT_DLL_EXAMPLESYMBOLFACADE3 __declspec ( dllexport )
17 # define DT_DLL_EXAMPLESYMBOLFACADE3 __declspec ( dllimport )
20 # define DT_DLL_EXAMPLESYMBOLFACADE3
24 #define DT_DE_PLUGIN_EXPORT_MACRO DT_DLL_EXAMPLESYMBOLFACADE3
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:70
void installDriver(makVrv::DtDe &de)
Callback to install the debugDrawRenderer Driver.
#define DT_DLL_EXAMPLESYMBOLFACADE3
Definition: exampleSymbolFacade3.h:20