ACE3/addons/common/script_component.hpp

14 lines
296 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-12 21:34:01 +00:00
#define DEBUG_MODE_FULL
2015-01-11 18:06:21 +00:00
#endif
2015-01-14 18:34:24 +00:00
#ifdef DEBUG_SETTINGS_COMMON
#define DEBUG_SETTINGS DEBUG_SETTINGS_COMMON
2015-01-11 18:06:21 +00:00
#endif
2015-04-20 16:48:58 +00:00
#include "\z\ace\addons\main\script_macros.hpp"