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
vrvOsgEarthQt
vrvOsgEarthQt.h
Go to the documentation of this file.
1
/******************************************************************************
2
** Copyright (c) 2007 MAK Technologies, Inc.
3
** All rights reserved.
4
******************************************************************************/
5
/******************************************************************************
6
** $RCSfile: vrvOsgEarthQt.h,v $ $Revision: 1.4 $ $State: Exp $
7
******************************************************************************/
8
9
14
15
#ifndef vrvOsgEarthQt_H_
16
#define vrvOsgEarthQt_H_
17
18
#ifdef _WIN32
19
#pragma once
20
21
#ifdef vrvOsgEarthQt_EXPORTS
22
#define DT_DLL_VRVOSGEARTHQT __declspec ( dllexport )
23
#else
24
#define DT_DLL_VRVOSGEARTHQT __declspec ( dllimport )
25
26
#ifdef _DEBUG
27
#pragma comment(lib,"vrvOsgEarthQtd.lib")
28
#else
29
#pragma comment(lib,"vrvOsgEarthQt.lib")
30
#endif
31
32
#endif
33
#else
34
#define DT_DLL_VRVOSGEARTHQT
35
#endif
36
37
#include <
vrvUtil/signalslib.h
>
38
39
namespace
makVrv
40
{
41
class
DtDe;
42
namespace
vrvOsgEarthQt
43
{
44
DT_DLL_VRVOSGEARTHQT
void
init
(
DtDe
& anIG);
45
}
46
}
47
48
#endif
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
)