ACE3/addons/fcs/script_component.hpp

18 lines
390 B
C++
Raw Normal View History

#define COMPONENT fcs
2016-06-20 09:41:17 +00:00
#define COMPONENT_BEAUTIFIED FCS
#include "\z\ace\addons\main\script_mod.hpp"
// #define DEBUG_MODE_FULL
// #define DISABLE_COMPILE_CACHE
// #define ENABLE_PERFORMANCE_COUNTERS
#ifdef DEBUG_ENABLED_FCS
2015-01-14 20:07:41 +00:00
#define DEBUG_MODE_FULL
#endif
#ifdef DEBUG_SETTINGS_FCS
2015-01-14 20:07:41 +00:00
#define DEBUG_SETTINGS DEBUG_SETTINGS_FCS
#endif
#include "\z\ace\addons\main\script_macros.hpp"