ACE3/addons/common/script_component.hpp

15 lines
289 B
C++
Raw Normal View History

2015-01-12 18:22:58 +00:00
#define COMPONENT common
#include "\z\ace\addons\main\script_mod.hpp"
2015-01-11 18:06:21 +00:00
// #define DEBUG_MODE_FULL
2015-01-12 18:22:58 +00:00
#ifdef DEBUG_ENABLED_COMMON
2015-01-11 18:06:21 +00:00
#define DEBUG_MODE_FULL
#endif
2015-01-12 18:22:58 +00:00
#ifdef DEBUG_ENABLED_COMMON
#define DEBUG_SETTINGS DEBUG_ENABLED_COMMON
2015-01-11 18:06:21 +00:00
#endif
#include "\z\ace\addons\main\script_macros.hpp"