VR-Vantage 2.2 API Documentation
Home
Modules
Namespaces
Classes
Files
Libraries
Examples
Tutorials
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
Copyright © 2005-2017 VT MÄK. All Rights Reserved (
www.mak.com
)