ACE3/addons/vector/script_component.hpp

12 lines
268 B
C++
Raw Normal View History

2015-01-14 06:24:17 +00:00
#define COMPONENT vector
#include "\z\ace\addons\main\script_mod.hpp"
#ifdef DEBUG_ENABLED_VECTOR
#define DEBUG_MODE_FULL
#endif
2015-01-14 18:34:24 +00:00
#ifdef DEBUG_SETTINGS_VECTOR
#define DEBUG_SETTINGS DEBUG_SETTINGS_VECTOR
2015-01-14 06:24:17 +00:00
#endif
#include "\z\ace\addons\main\script_macros.hpp"