 |
C++ SDK Reference
12.5
|
Go to the documentation of this file.
35 #ifndef __diguy_constants_H
36 #define __diguy_constants_H
39 %module diguy_constants
41 #define CPLUSPLUS_ONLY
59 #define DIGUY_VERSION_STRING "12.5.1"
61 #define DIGUY_VERSION_MAJOR 12
62 #define DIGUY_VERSION_MINOR 5
63 #define DIGUY_VERSION_POINT 1
66 #define DIGUY_REQUIRED_DATA_VERSION_MAJOR 12
67 #define DIGUY_REQUIRED_DATA_VERSION_MINOR 5
68 #define DIGUY_REQUIRED_DATA_VERSION_POINT 0
87 #define DIGUY_PI (3.14159265358979323f)
89 #define DIGUY_RAD2DEG (180.0f / DIGUY_PI)
90 #define DIGUY_DEG2RAD (DIGUY_PI / 180.0f)
102 #define DIGUY_DEFAULT_FLOAT (-16384.0f)
114 #define DIGUY_DEFAULT_INT (-16384)
829 #define DIGUY_LOAD_MANAGER_NUM_ZONES (4)
830 #define DIGUY_LOAD_MANAGER_NUM_NONVISIBLE_ZONE_INDEX (3)