VR-Forces 5.0.3 Developer's Guide
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
vrfHla1516.h
Go to the documentation of this file.
1 /******************************************************************************
2 ** Copyright (c) 2008 MAK Technologies, Inc.
3 ** All rights reserved.
4 ******************************************************************************/
5 /******************************************************************************
6 ** $RCSfile: vrfHla1516.h,v $ $Revision: 1.1 $ $State: Exp $
7 ******************************************************************************/
8 
12 
14 
15 #pragma once
16 
17 #define DT_PROTOCOL_NAMESPACE vrvHla1516
18 #define VRF_PROTOCOL_NAMESPACE makVrfHla1516
19 
20 #ifdef WIN32
21 #pragma once
22 
23 #ifdef VRFHLA1516_EXPORTS
24 #define DT_DLL_VRFHLA1516 __declspec ( dllexport )
25 #else
26 #define DT_DLL_VRFHLA1516 __declspec ( dllimport )
27 
28 #endif
29 #else
30 #define DT_DLL_VRFHLA1516
31 #endif
32 
33 namespace makVrv
34 {
35  class DtDe;
36 }
37 
38 namespace makVrf
39 {
40  namespace VRF_PROTOCOL_NAMESPACE
41  {
43  }
44 }
#define DT_DLL_VRFHLA1516
Definition: vrfHla1516.h:30
DT_DLL_VRFDIS void init(makVrv::DtDe &ande)
#define VRF_PROTOCOL_NAMESPACE
Definition: vrfHla1516.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 Thu Jun 1 17:58:13 EDT 2023 from SVN revision 255404
Copyright © 2005-2021 MAK Technologies. All Rights Reserved (www.mak.com)