VR-Forces 4.0.4 Class Documentation
include/osgEarthTerrainImplementation/osgEarthTerrainImplementationDefines.h
Go to the documentation of this file.
00001 /*******************************************************************************
00002 ** Copyright 2010 VT MAK
00003 *******************************************************************************/
00004 
00008 
00009 #pragma once
00010 
00011 
00013 const char DtOsgEarthTerrainImplementationType[] = "simTerrain-osgearth";
00014 
00016 #ifdef WIN32
00017    #ifdef DT_DLL_BUILD
00018       #ifdef osgEarthTerrainImplementation_EXPORTS
00019 
00020          #pragma warning (disable:4251)
00021          #define DT_DLL_osgEarthTerrainImplementation __declspec(dllexport)
00022       #else
00023          #define DT_DLL_osgEarthTerrainImplementation __declspec(dllimport)
00024       #endif
00025    #else
00026       #define DT_DLL_osgEarthTerrainImplementation
00027    #endif
00028 #else
00029    #define DT_DLL_osgEarthTerrainImplementation
00030 #endif
00031 
00032 

Document ID: Generated on Fri Jun 29 16:33:32 EDT 2012 from SVN revision 116588
Copyright © 2005-2012 VT MÄK Inc. All Rights Reserved (www.mak.com)