2015-04-07 15:43:54 +00:00
|
|
|
#define COMPONENT kestrel4500
|
|
|
|
#include "\z\ace\addons\main\script_mod.hpp"
|
|
|
|
|
2016-01-29 05:26:02 +00:00
|
|
|
// #define DEBUG_MODE_FULL
|
|
|
|
// #define DISABLE_COMPILE_CACHE
|
|
|
|
// #define CBA_DEBUG_SYNCHRONOUS
|
|
|
|
// #define ENABLE_PERFORMANCE_COUNTERS
|
|
|
|
|
2015-04-07 15:43:54 +00:00
|
|
|
#ifdef DEBUG_ENABLED_KESTREL4500
|
2015-04-07 18:19:35 +00:00
|
|
|
#define DEBUG_MODE_FULL
|
2015-04-07 15:43:54 +00:00
|
|
|
#endif
|
|
|
|
|
|
|
|
#ifdef DEBUG_SETTINGS_KESTREL4500
|
2015-04-07 18:19:35 +00:00
|
|
|
#define DEBUG_SETTINGS DEBUG_SETTINGS_KESTREL4500
|
2015-04-07 15:43:54 +00:00
|
|
|
#endif
|
|
|
|
|
2015-04-14 13:22:26 +00:00
|
|
|
#include "\z\ace\addons\main\script_macros.hpp"
|