2016-10-27 17:34:25 +00:00
|
|
|
#define COMPONENT nouniformrestrictions
|
|
|
|
#define COMPONENT_BEAUTIFIED No Uniform Restrictions
|
|
|
|
#include "\z\ace\addons\main\script_mod.hpp"
|
|
|
|
|
|
|
|
// #define DEBUG_MODE_FULL
|
|
|
|
// #define DISABLE_COMPILE_CACHE
|
|
|
|
// #define ENABLE_PERFORMANCE_COUNTERS
|
|
|
|
|
2016-12-12 18:36:53 +00:00
|
|
|
#ifdef DEBUG_ENABLED_NOUNIFORMRESTRICTIONS
|
2016-10-27 17:34:25 +00:00
|
|
|
#define DEBUG_MODE_FULL
|
|
|
|
#endif
|
|
|
|
|
2016-12-12 18:36:53 +00:00
|
|
|
#ifdef DEBUG_SETTINGS_NOUNIFORMRESTRICTIONS
|
|
|
|
#define DEBUG_SETTINGS DEBUG_SETTINGS_NOUNIFORMRESTRICTIONS
|
2016-10-27 17:34:25 +00:00
|
|
|
#endif
|
|
|
|
|
|
|
|
#include "\z\ace\addons\main\script_macros.hpp"
|