2015-02-15 17:11:50 +00:00
|
|
|
#define COMPONENT overpressure
|
2016-06-20 09:41:17 +00:00
|
|
|
#define COMPONENT_BEAUTIFIED Overpressure
|
2015-05-20 21:28:10 +00:00
|
|
|
#include "\z\ace\addons\main\script_mod.hpp"
|
2015-02-15 17:11:50 +00:00
|
|
|
|
2016-01-16 14:04:22 +00:00
|
|
|
// #define DEBUG_MODE_FULL
|
2016-01-29 05:26:02 +00:00
|
|
|
// #define DISABLE_COMPILE_CACHE
|
|
|
|
// #define ENABLE_PERFORMANCE_COUNTERS
|
2016-01-16 14:04:22 +00:00
|
|
|
|
2015-02-15 17:11:50 +00:00
|
|
|
#ifdef DEBUG_ENABLED_OVERPRESSURE
|
2015-04-06 16:22:43 +00:00
|
|
|
#define DEBUG_MODE_FULL
|
2015-02-15 17:11:50 +00:00
|
|
|
#endif
|
|
|
|
|
|
|
|
#ifdef DEBUG_ENABLED_OVERPRESSURE
|
2015-04-06 16:22:43 +00:00
|
|
|
#define DEBUG_SETTINGS DEBUG_ENABLED_OVERPRESSURE
|
2015-02-15 17:11:50 +00:00
|
|
|
#endif
|
|
|
|
|
2015-08-30 21:40:53 +00:00
|
|
|
#include "\z\ace\addons\main\script_macros.hpp"
|