VR-Vantage 3.1.1 API Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
vrvOsgEarth.h
Go to the documentation of this file.
1 /******************************************************************************
2 ** Copyright (c) 2019 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 #endif
20 #else
21 #define DT_DLL_VRVOSGEARTH
22 #endif
23 
24 #include <vrvUtil/signalslib.h>
25 
26 namespace makVrv
27 {
28  class DtDe;
29  namespace vrvOsgEarth
30  {
31  DT_DLL_VRVOSGEARTH void init(DtDe& de);
32  }
33 }
34 
DT_DLL_VRVOSGEARTH void init(DtDe &de)
#define DT_DLL_VRVOSGEARTH
Definition: vrvOsgEarth.h:21
The DtDe is the core component of any VR-Vantage application.
Definition: DtDe.h:72


Copyright © 2005-2024 MAK Technologies. All Rights Reserved (www.mak.com)