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