VR-Vantage 2.4 API Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
vrvOsgEarth.h
Go to the documentation of this file.
1 /******************************************************************************
2 ** Copyright (c) 2014 MAK Technologies, Inc.
3 ** All rights reserved.
4 ******************************************************************************/
5 
10 
11 #pragma once
12 
13 #ifdef _WIN32
14 
15 #ifdef vrvOsgEarth_EXPORTS
16 #define DT_DLL_VRVOSGEARTH __declspec ( dllexport )
17 #else
18 #define DT_DLL_VRVOSGEARTH __declspec ( dllimport )
19 
20 #ifdef _DEBUG
21 #pragma comment(lib,"vrvOsgEarthd.lib")
22 #else
23 #pragma comment(lib,"vrvOsgEarth.lib")
24 #endif
25 
26 #endif
27 #else
28 #define DT_DLL_VRVOSGEARTH
29 #endif
30 
31 #include <vrvUtil/signalslib.h>
32 
33 namespace makVrv
34 {
35  class DtDe;
36  namespace vrvOsgEarth
37  {
38  DT_DLL_VRVOSGEARTH void init(DtDe& de);
39  }
40 }
41 


Copyright © 2005-2018 VT MAK. All Rights Reserved (www.mak.com)