VR-Forces 4.6.1 Class Documentation
Home
Modules
Namespaces
Classes
Files
Examples
Behavior Models
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Groups
Pages
include
vrvGlStudioHLA1516e
DtGlStudioHLA1516e.h
Go to the documentation of this file.
1
/******************************************************************************
2
** Copyright (c) 2008 MAK Technologies, Inc.
3
** All rights reserved.
4
******************************************************************************/
5
/******************************************************************************
6
** $RCSfile: DtGlStudioHLA1516e.h,v $ $Revision: 1.4 $ $State: Exp $
7
******************************************************************************/
8
12
13
#pragma once
14
15
#ifdef _WIN32
16
#ifdef vrvGlStudioHLA1516e_EXPORTS
17
#define DT_DLL_VRVGLSTUDIOHLA1516E __declspec ( dllexport )
18
#else
19
#define DT_DLL_VRVGLSTUDIOHLA1516E __declspec ( dllimport )
20
21
#endif
22
#else
23
#define DT_DLL_VRVGLSTUDIOHLA1516E
24
#endif
25
26
//Actually make the shared VRLink code exported as DIS code.
27
#define DT_DLL_VRVGLSTUDIOVRLINK DT_DLL_VRVGLSTUDIOHLA1516E
28
29
namespace
makVrv
30
{
31
class
DtDe;
32
33
namespace
DtGlStudioHLA1516e
34
{
35
DT_DLL_VRVGLSTUDIOHLA1516E
void
init
(
DtDe
& anIG);
36
}
37
}
Document ID: Generated on Wed Jul 25 16:57:45 EDT 2018 from SVN revision 190790
Copyright © 2005-2018 VT MÄK. All Rights Reserved (
www.mak.com
)