ACE3/optionals/nouniformrestrictions/script_component.hpp

19 lines
476 B
C++
Raw Normal View History

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 CBA_DEBUG_SYNCHRONOUS
// #define ENABLE_PERFORMANCE_COUNTERS
#ifdef DEBUG_ENABLED_UNIFORMS
#define DEBUG_MODE_FULL
#endif
#ifdef DEBUG_SETTINGS_UNIFORMS
#define DEBUG_SETTINGS DEBUG_SETTINGS_UNIFORMS
#endif
#include "\z\ace\addons\main\script_macros.hpp"