ACE3/addons/explosives/script_component.hpp

22 lines
498 B
C++
Raw Normal View History

#define COMPONENT explosives
2016-06-20 09:41:17 +00:00
#define COMPONENT_BEAUTIFIED Explosives
#include "\z\ace\addons\main\script_mod.hpp"
2015-04-29 04:57:11 +00:00
// #define DEBUG_MODE_FULL
// #define DISABLE_COMPILE_CACHE
// #define ENABLE_PERFORMANCE_COUNTERS
2015-04-29 04:57:11 +00:00
#ifdef DEBUG_ENABLED_EXPLOSIVES
#define DEBUG_MODE_FULL
#endif
#ifdef DEBUG_SETTINGS_EXPLOSIVES
#define DEBUG_SETTINGS DEBUG_SETTINGS_EXPLOSIVES
#endif
#include "\z\ace\addons\main\script_macros.hpp"
2015-07-14 05:24:55 +00:00
#define PLACE_WAITING -1
#define PLACE_CANCEL 0
#define PLACE_APPROVE 1