VR-Forces 5.0.3 Developer's Guide
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
DtGlStudioHLA1516e.h
Go to the documentation of this file.
1 /******************************************************************************
2 ** Copyright (c) 2008 MAK Technologies, Inc.
3 ** All rights reserved.
4 ******************************************************************************/
5 
9 
10 #pragma once
11 
12 #ifdef _WIN32
13 #ifdef vrvGlStudioHLA1516e_EXPORTS
14 #define DT_DLL_VRVGLSTUDIOHLA1516E __declspec ( dllexport )
15 #else
16 #define DT_DLL_VRVGLSTUDIOHLA1516E __declspec ( dllimport )
17 
18 #endif
19 #else
20 #define DT_DLL_VRVGLSTUDIOHLA1516E
21 #endif
22 
23 //Actually make the shared VRLink code exported as DIS code.
24 #define DT_DLL_VRVGLSTUDIOVRLINK DT_DLL_VRVGLSTUDIOHLA1516E
25 
26 namespace makVrv
27 {
28  class DtDe;
29 
30  namespace DtGlStudioHLA1516e
31  {
33  }
34 }
DT_DLL_VRVGLSTUDIOHLA1516E void init(DtDe &anIG)
#define DT_DLL_VRVGLSTUDIOHLA1516E
Definition: DtGlStudioHLA1516e.h:20
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

Document ID: Generated on Thu Jun 1 17:58:13 EDT 2023 from SVN revision 255404
Copyright © 2005-2021 MAK Technologies. All Rights Reserved (www.mak.com)