VR-Forces 4.5 Class Documentation
Home
Modules
Namespaces
Classes
Files
Examples
Behavior Models
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Groups
Pages
include
vrvHla13
vrvHla13.h
Go to the documentation of this file.
1
/******************************************************************************
2
** Copyright (c) 2008 MAK Technologies, Inc.
3
** All rights reserved.
4
******************************************************************************/
5
/******************************************************************************
6
** $RCSfile: vrvHla13.h,v $ $Revision: 1.9 $ $State: Exp $
7
******************************************************************************/
8
13
14
#pragma once
15
16
#ifdef _WIN32
17
# ifdef vrvHla13_EXPORTS
18
# define DT_DLL_VRVHLA13 __declspec ( dllexport )
19
# else
20
# define DT_DLL_VRVHLA13 __declspec ( dllimport )
21
# ifdef _DEBUG
22
# pragma comment(lib,"vrvHla13d.lib")
23
# else
24
# pragma comment(lib,"vrvHla13.lib")
25
# endif
26
# endif
27
#else
28
# define DT_DLL_VRVHLA13
29
#endif
30
//Actually make the shared VRLink code exported as HLA13 code.
31
#define DL_DLL_IGCONVRLINK DT_DLL_VRVHLA13
32
#include <
vrvUtil/vrvUtil.h
>
33
34
namespace
makVrv
35
{
36
class
DtDe;
37
namespace
vrvHla13
38
{
39
DT_DLL_VRVHLA13
void
init
(
DtDe
& anIG);
40
}
41
}
Document ID: Generated on Thu Mar 23 18:54:12 EDT 2017 from SVN revision 174804
Copyright © 2005-2017 VT MÄK. All Rights Reserved (
www.mak.com
)