17 lines
397 B
C++
17 lines
397 B
C++
#define PREFIX milsim
|
|
|
|
#include "script_version.hpp"
|
|
|
|
#define VERSION MAJOR.MINOR.PATCHLVL
|
|
#define VERSION_STR MAJOR.MINOR.PATCHLVL
|
|
#define VERSION_AR MAJOR,MINOR,PATCHLVL
|
|
|
|
#define DEBUG_MODE -1 // TRACE
|
|
// #define DEBUG_MODE 0 // DEBUG
|
|
// #define DEBUG_MODE 1 // INFO
|
|
// #define DEBUG_MODE 2 // WARNING
|
|
// #define DEBUG_MODE 3 // ERROR
|
|
|
|
|
|
// should always be last
|
|
#include "script_macros.hpp" |