14 # ifdef EXAMPLEPROJECTILE_EXPORTS
15 # define DT_DLL_EXAMPLEPROJECTILE __declspec ( dllexport )
17 # define DT_DLL_EXAMPLEPROJECTILE __declspec ( dllimport )
20 # define DT_DLL_EXAMPLEPROJECTILE
24 #define DT_DE_PLUGIN_EXPORT_MACRO DT_DLL_EXAMPLEPROJECTILE
DT_DLL_VRVAUDIO void init(DtDe &displayEngine)
DT_DLL_EXAMPLEPROJECTILE void installDriver(makVrv::DtDe &de)
DT_DE_PLUGIN_EXPORT_MACRO bool initDeModule(makVrv::DtDe *de)
#define DT_DLL_EXAMPLEPROJECTILE
Definition: exampleProjectile.h:20
The DtDe is the core component of any VR-Vantage application.
Definition: DtDe.h:70