2015-05-09 20:32:36 +00:00
|
|
|
#define COMPONENT vehicledamage
|
|
|
|
#include "\z\ace\addons\main\script_mod.hpp"
|
|
|
|
|
|
|
|
#ifdef DEBUG_ENABLED_VEHICLEDAMAGE
|
|
|
|
#define DEBUG_MODE_FULL
|
|
|
|
#endif
|
|
|
|
|
|
|
|
#ifdef DEBUG_ENABLED_VEHICLEDAMAGE
|
|
|
|
#define DEBUG_SETTINGS DEBUG_ENABLED_VEHICLEDAMAGE
|
|
|
|
#endif
|
|
|
|
|
|
|
|
#include "\z\ace\addons\main\script_macros.hpp"
|
|
|
|
|
|
|
|
#define CALL_EXT(x) "ace_vd" callExtension x
|
|
|
|
#define VECTOR_TEXT(x) ([(x)] call FUNC(_textVector))
|
2015-05-10 19:02:35 +00:00
|
|
|
|
2015-05-11 05:05:25 +00:00
|
|
|
#define DEBUG_EXTENSION_DYNLOAD
|
2015-05-11 23:01:58 +00:00
|
|
|
#define DEBUG_LOG_EXTENSION
|
2015-05-11 18:01:53 +00:00
|
|
|
//#define DEBUG_EXTENSION_DYNLOAD_RELOAD
|
2015-05-12 05:33:39 +00:00
|
|
|
//#define DEBUG_VEHICLEDAMAGE_RENDER
|