VR-Forces Development_Version 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
vrvOsgQt
vrvOsgQt.h
Go to the documentation of this file.
1
/******************************************************************************
2
** Copyright (c) 2007 MAK Technologies, Inc.
3
** All rights reserved.
4
******************************************************************************/
5
/******************************************************************************
6
** $RCSfile: vrvOsgQt.h,v $ $Revision: 1.13 $ $State: Exp $
7
******************************************************************************/
8
13
14
#ifndef vrvOsgQt_H_
15
#define vrvOsgQt_H_
16
17
#ifdef _WIN32
18
#ifdef vrvOsgQt_EXPORTS
19
#define DT_DLL_VRVOSGQT __declspec ( dllexport )
20
#else
21
#define DT_DLL_VRVOSGQT __declspec ( dllimport )
22
23
#ifdef _DEBUG
24
#pragma comment(lib,"vrvOsgQtd.lib")
25
#else
26
#pragma comment(lib,"vrvOsgQt.lib")
27
#endif
28
29
#endif
30
#else
31
#define DT_DLL_VRVOSGQT
32
#endif
33
34
#include <
vrvUtil/signalslib.h
>
35
36
namespace
makVrv
37
{
38
class
DtDe;
39
40
namespace
vrvOsgQt
41
{
42
DT_DLL_VRVOSGQT
void
init
(
DtDe
& de);
43
}
44
}
45
46
#endif
Document ID: Generated on Tue Mar 8 22:13:38 EST 2016 from SVN revision 162938
Copyright © 2005-2015 VT MÄK. All Rights Reserved (
www.mak.com
)