VR-Forces Developer's Guide
Home
Modules
Namespaces
Classes
Files
Examples
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Groups
Pages
include
vrfHla4
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
}
makVrf::VRF_PROTOCOL_NAMESPACE::init
DT_DLL_VRFDIS void init(makVrv::DtDe &ande)
VRF_PROTOCOL_NAMESPACE
#define VRF_PROTOCOL_NAMESPACE
Contains DLL export macros.
Definition:
vrfHla4.h:10
DT_DLL_VRFHLA4
#define DT_DLL_VRFHLA4
Definition:
vrfHla4.h:22
makVrv::DtDe
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
)