ACE3/addons/repair/script_component.hpp

20 lines
454 B
C++
Raw Normal View History

2015-03-10 17:05:56 +00:00
#define COMPONENT repair
#include "\z\ace\addons\main\script_mod.hpp"
2015-09-20 15:06:24 +00:00
// #define DEBUG_MODE_FULL
// #define DISABLE_COMPILE_CACHE
// #define CBA_DEBUG_SYNCHRONOUS
// #define ENABLE_PERFORMANCE_COUNTERS
2015-03-10 17:05:56 +00:00
#ifdef DEBUG_ENABLED_REPAIR
#define DEBUG_MODE_FULL
#endif
#ifdef DEBUG_SETTINGS_REPAIR
#define DEBUG_SETTINGS DEBUG_SETTINGS_REPAIR
#endif
#include "\z\ace\addons\main\script_macros.hpp"
#define TRACK_HITPOINTS ["HitLTrack", "HitRTrack"]