mirror of
https://github.com/mapbase-source/source-sdk-2013.git
synced 2025-01-29 15:17:56 +03:00
Added Mapbase version integer preprocessor
This commit is contained in:
parent
8d54443b6a
commit
4f7cac8178
@ -1279,9 +1279,10 @@ PLATFORM_INTERFACE bool Is64BitOS();
|
|||||||
|
|
||||||
#ifdef MAPBASE
|
#ifdef MAPBASE
|
||||||
//-----------------------------------------------------------------------------
|
//-----------------------------------------------------------------------------
|
||||||
// General Mapbase version constant compiled into projects for versioning purposes
|
// General Mapbase version constants compiled into projects for versioning purposes
|
||||||
//-----------------------------------------------------------------------------
|
//-----------------------------------------------------------------------------
|
||||||
#define MAPBASE_VERSION "7.0"
|
#define MAPBASE_VERSION "7.0"
|
||||||
|
#define MAPBASE_VER_INT 7000 // For use in #if in a similar fashion to macros like _MSC_VER
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user