VR-Forces 4.6 Class Documentation
Home
Modules
Namespaces
Classes
Files
Examples
Behavior Models
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Groups
Pages
include
osgdb_osgearth_model_feature_custom
CustomModelPrereqs.h
Go to the documentation of this file.
1
#ifndef CUSTOMMODELPREREQS_H
2
#define CUSTOMMODELPREREQS_H
3
4
#if defined(_MSC_VER) || defined(__CYGWIN__) || defined(__MINGW32__) || defined( __BCPLUSPLUS__) || defined( __MWERKS__)
5
6
#if defined(OSGDB_OSGEARTH_MODEL_FEATURE_CUSTOM_EXPORTS)
7
#define OSGDB_OSGEARTH_MODEL_FEATURE_CUSTOM_EXPORT __declspec(dllexport)
8
#else
9
#define OSGDB_OSGEARTH_MODEL_FEATURE_CUSTOM_EXPORT __declspec(dllimport)
10
#endif
11
12
#else
13
#define OSGDB_OSGEARTH_MODEL_FEATURE_CUSTOM_EXPORT
14
#endif
15
16
#endif
Document ID: Generated on Thu Apr 12 03:15:37 EDT 2018 from SVN revision 187986
Copyright © 2005-2018 VT MÄK. All Rights Reserved (
www.mak.com
)