VR-Forces 5.0.2 Developer's Guide
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
terrainReasoningDefines.h
Go to the documentation of this file.
1 /*******************************************************************************
2 ** Copyright 2021 MAK Technologies
3 *******************************************************************************/
4 
8 
9 #pragma once
10 
12 #ifdef WIN32
13  #ifdef DT_DLL_BUILD
14  #ifdef terrainReasoning_EXPORTS
15  #pragma warning (disable:4251)
17  #define DT_DLL_terrainReasoning __declspec(dllexport)
18  #else
19  #define DT_DLL_terrainReasoning __declspec(dllimport)
20  #endif
21  #else
22  #define DT_DLL_terrainReasoning
23  #endif
24 #else
25  #define DT_DLL_terrainReasoning
26 #endif
27 

Document ID: Generated on Sun Dec 4 20:22:03 EST 2022 from SVN revision 249613
Copyright © 2005-2021 MAK Technologies. All Rights Reserved (www.mak.com)