2015-01-11 20:39:49 +00:00
|
|
|
#define COMPONENT attach
|
2016-06-20 09:41:17 +00:00
|
|
|
#define COMPONENT_BEAUTIFIED Attach
|
2015-05-20 21:28:10 +00:00
|
|
|
#include "\z\ace\addons\main\script_mod.hpp"
|
2015-01-11 20:39:49 +00:00
|
|
|
|
2017-08-22 18:30:56 +00:00
|
|
|
// #define DRAW_ATTACH_SCAN
|
2016-01-29 05:26:02 +00:00
|
|
|
// #define DEBUG_MODE_FULL
|
|
|
|
// #define DISABLE_COMPILE_CACHE
|
|
|
|
// #define ENABLE_PERFORMANCE_COUNTERS
|
|
|
|
|
2015-01-11 20:39:49 +00:00
|
|
|
#ifdef DEBUG_ENABLED_ATTACH
|
2015-04-06 16:22:43 +00:00
|
|
|
#define DEBUG_MODE_FULL
|
2015-01-11 20:39:49 +00:00
|
|
|
#endif
|
|
|
|
|
|
|
|
#ifdef DEBUG_SETTINGS_ATTACH
|
2015-04-06 16:22:43 +00:00
|
|
|
#define DEBUG_SETTINGS DEBUG_SETTINGS_ATTACH
|
2015-01-11 20:39:49 +00:00
|
|
|
#endif
|
|
|
|
|
2015-06-19 18:32:42 +00:00
|
|
|
#include "\z\ace\addons\main\script_macros.hpp"
|
|
|
|
|
|
|
|
#define PLACE_WAITING -1
|
|
|
|
#define PLACE_CANCEL 0
|
|
|
|
#define PLACE_APPROVE 1
|