14 # ifdef vrvCore_EXPORTS
15 # define DT_DLL_VRVCORE __declspec ( dllexport )
17 # define DT_DLL_VRVCORE __declspec ( dllimport )
20 # define DT_DLL_VRVCORE
DT_DLL_VRVCORE void initShadowSettingsManager(DtDe &de)
DT_DLL_VRVCORE void initLineStyles(DtDe &de)
DT_DLL_VRVCORE void initSettings(DtDe &de)
Contains DLL export macros.
#define DT_DLL_VRVCORE
Definition: vrvCore.h:20
DT_DLL_VRVCORE void igPostInit(DtDe &de)
DT_DLL_VRVCORE void initElementDefinitionManager(DtDe &de)
DT_DLL_VRVCORE void init(DtDe &de)
This init function is called by the DtDe constructor and should NOT be called by any other function...
DT_DLL_VRVCORE void initObserverModeManager(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:70
DT_DLL_VRVCORE void initFileExtensionManager(DtDe &de)