Defines | |
| #define | DT_TERRAIN_EXPORT |
| This is modeled from the DT_EXPORT macro found in dtCore/export.h. | |
| #define DT_TERRAIN_EXPORT |
This is modeled from the DT_EXPORT macro found in dtCore/export.h.
We define another due to conflicts with using the DT_EXPORT while trying to import Delta3D symbols. The DT_TERRAIN_EXPORT macro should be used in front of any classes that are to be exported from the terrain library. Also note that DT_TERRAIN_LIBRARY should be defined in the compiler preprocessor defines.