18 #pragma warning (disable:4005)
20 #ifdef JOYSTICKCOREQT_EXPORTS
21 #define DT_DLL_JOYSTICKCOREQT __declspec ( dllexport )
23 #define DT_DLL_JOYSTICKCOREQT __declspec ( dllimport )
27 #define DT_DLL_JOYSTICKCOREQT
33 namespace joystickCoreQt
DT_DLL_JOYSTICKCOREQT void init(DtDe &anIG)
#define DT_DLL_JOYSTICKCOREQT
Contains DLL export macros.
Definition: joystickCoreQt.h:27
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