2016-05-30 16:37:03 +00:00
|
|
|
#define COMPONENT laser
|
2016-06-20 09:41:17 +00:00
|
|
|
#define COMPONENT_BEAUTIFIED Laser
|
2016-05-30 16:37:03 +00:00
|
|
|
#include "\z\ace\addons\main\script_mod.hpp"
|
|
|
|
|
2016-10-08 10:55:30 +00:00
|
|
|
// #define DRAW_LASER_INFO
|
2016-05-30 16:37:03 +00:00
|
|
|
// #define DEBUG_MODE_FULL
|
|
|
|
// #define DISABLE_COMPILE_CACHE
|
|
|
|
// #define ENABLE_PERFORMANCE_COUNTERS
|
|
|
|
|
|
|
|
#ifdef DEBUG_ENABLED_LASER
|
|
|
|
#define DEBUG_MODE_FULL
|
|
|
|
#endif
|
|
|
|
|
|
|
|
#ifdef DEBUG_SETTINGS_LASER
|
|
|
|
#define DEBUG_SETTINGS DEBUG_SETTINGS_LASER
|
|
|
|
#endif
|
|
|
|
|
|
|
|
#include "\z\ace\addons\main\script_macros.hpp"
|
|
|
|
|
2017-09-16 19:24:43 +00:00
|
|
|
#define IDC_MODECONTROLGROUP 1000
|
|
|
|
#define IDC_ATTACKMODE 1001
|
|
|
|
#define IDC_LASERCODE 1002
|
|
|
|
#define IDC_LASERICON 1003
|
2023-07-30 01:41:46 +00:00
|
|
|
|
|
|
|
#define IDC_LASERDESIGNATOR_LASERCODE 123001
|
|
|
|
#define IDC_LASERDESIGNATOR_ACEDISTANCE 123002
|
|
|
|
#define IDC_LASERDESIGNATOR_DISTANCE 151
|