ACE3/addons/fcs/functions/script_component.hpp

13 lines
257 B
C++
Raw Normal View History

2015-01-13 21:51:02 +00:00
#define COMPONENT fcs
#include "\z\ace\Addons\main\script_mod.hpp"
#ifdef DEBUG_ENABLED_FCS
2015-01-14 20:07:41 +00:00
#define DEBUG_MODE_FULL
2015-01-13 21:51:02 +00:00
#endif
#ifdef DEBUG_SETTINGS_FCS
2015-01-14 20:07:41 +00:00
#define DEBUG_SETTINGS DEBUG_SETTINGS_FCS
2015-01-13 21:51:02 +00:00
#endif
#include "\z\ace\Addons\main\script_macros.hpp"