ACE3/addons/protection/script_component.hpp

12 lines
282 B
C++
Raw Normal View History

#define COMPONENT protection
#include "\z\ace\addons\main\script_mod.hpp"
#ifdef DEBUG_ENABLED_PROTECTION
#define DEBUG_MODE_FULL
#endif
#ifdef DEBUG_ENABLED_PROTECTION
#define DEBUG_SETTINGS DEBUG_ENABLED_PROTECTION
#endif
#include "\z\ace\addons\main\script_macros.hpp"