8 #ifndef exampleDynamicDrawPlugin_h_
9 #define exampleDynamicDrawPlugin_h_
13 #ifdef EXAMPLEDYNAMICDRAW_EXPORTS
14 #define DT_DLL_EXAMPLEDYNAMICDRAW __declspec ( dllexport )
16 #define DT_DLL_EXAMPLEDYNAMICDRAW __declspec ( dllimport )
19 #define DT_DLL_EXAMPLEDYNAMICDRAW
23 #define DT_DE_PLUGIN_EXPORT_MACRO DT_DLL_EXAMPLEDYNAMICDRAW
28 using namespace makVrv;
DT_DLL_EXAMPLESCENEROOTPLUGIN void init(DtDe &anIG)
#define DT_DLL_EXAMPLEDYNAMICDRAW
Definition: exampleDynamicDrawPlugin.h:19
void createModelManager(DtDe *de)
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