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