ACE3/addons/repair/script_component.hpp

12 lines
268 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"
#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"