VR-Forces 4.6 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
vrvCigi
vrvCigi.h
Go to the documentation of this file.
1
/******************************************************************************
2
** Copyright (c) 2008 MAK Technologies, Inc.
3
** All rights reserved.
4
******************************************************************************/
5
/******************************************************************************
6
** $RCSfile: vrvCigi.h,v $ $Revision: 1.8 $ $State: Exp $
7
******************************************************************************/
8
13
14
#pragma once
15
#ifdef _WIN32
16
# ifdef vrvCigi_EXPORTS
17
# define DT_DLL_VRVCIGI __declspec ( dllexport )
18
# else
19
# define DT_DLL_VRVCIGI __declspec ( dllimport )
20
# ifdef _DEBUG
21
# pragma comment(lib,"vrvCigid.lib")
22
# else
23
# pragma comment(lib,"vrvCigi.lib")
24
# endif
25
# endif
26
#else
27
# define DT_DLL_VRVCIGI
28
#endif
29
//Actually make the shared VRLink code exported as CIGI code.
30
#define DL_DLL_IGCONVRLINK DT_DLL_VRVCIGI
31
32
namespace
makVrv
33
{
34
class
DtDe;
35
namespace
vrvCigi
36
{
38
DT_DLL_VRVCIGI
void
init
(
DtDe
& anIG);
39
41
void
igPostInit
(
DtDe
& de);
42
}
43
}
Document ID: Generated on Thu Apr 12 03:15:37 EDT 2018 from SVN revision 187986
Copyright © 2005-2018 VT MÄK. All Rights Reserved (
www.mak.com
)