ACE3/addons/vector/script_component.hpp

12 lines
266 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
#ifdef DEBUG_ENABLED_VECTOR
#define DEBUG_SETTINGS DEBUG_ENABLED_VECTOR
#endif
#include "\z\ace\addons\main\script_macros.hpp"