VR-Forces 5.0.2 Developer's Guide
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
vrfLegion.h
Go to the documentation of this file.
1 /******************************************************************************
2 ** Copyright (c) 2020 MAK Technologies, Inc.
3 ** All rights reserved.
4 ******************************************************************************/
5 
6 #pragma once
7 
8 #ifdef WIN32
9 #pragma once
10 
11 #ifdef VRFLEGION_EXPORTS
12 #define DT_DLL_VRFLEGION __declspec ( dllexport )
13 #else
14 #define DT_DLL_VRFLEGION __declspec ( dllimport )
15 
16 #endif
17 #else
18 #define DT_DLL_VRFLEGION
19 #endif
20 
21 namespace makVrv
22 {
23  class DtDe;
24 }
25 
26 namespace makVrf
27 {
28  namespace vrfLegion
29  {
31  }
32 }
DT_DLL_VRFLEGION void init(makVrv::DtDe &ande)
#define DT_DLL_VRFLEGION
Definition: vrfLegion.h:18
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 Sun Dec 4 20:22:03 EST 2022 from SVN revision 249613
Copyright © 2005-2021 MAK Technologies. All Rights Reserved (www.mak.com)