VR-Forces Developer's Guide
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
vrfHla1516e.h
Go to the documentation of this file.
1 /******************************************************************************
2 ** Copyright (c) 2025 MAK Technologies, Inc.
3 ** All rights reserved.
4 ******************************************************************************/
5 
6 #pragma once
7 
8 #define VRF_PROTOCOL_NAMESPACE makVrfHla1516e
9 
10 #ifdef WIN32
11 #pragma once
12 
13 #ifdef VRFHLA1516e_EXPORTS
14 #define DT_DLL_VRFHLA1516e __declspec ( dllexport )
15 #else
16 #define DT_DLL_VRFHLA1516e __declspec ( dllimport )
17 
18 #endif
19 #else
20 #define DT_DLL_VRFHLA1516e
21 #endif
22 
23 namespace makVrv
24 {
25  class DtDe;
26 }
27 
28 namespace makVrf
29 {
30  namespace VRF_PROTOCOL_NAMESPACE
31  {
33  }
34 }
DT_DLL_VRFDIS void init(makVrv::DtDe &ande)
#define DT_DLL_VRFHLA1516e
Definition: vrfHla1516e.h:20
#define VRF_PROTOCOL_NAMESPACE
Definition: vrfHla1516e.h:8
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

Document ID: Generated on Thu Oct 23 22:29:17 EDT 2025 from SVN revision 280951
Copyright © 2005-2024 MAK Technologies. All Rights Reserved (www.mak.com)