2015-05-10 17:11:30 +00:00
|
|
|
#include "script_component.hpp"
|
|
|
|
|
2015-05-10 19:02:35 +00:00
|
|
|
#ifdef DEBUG_EXTENSION_DYNLOAD
|
|
|
|
"ace_dynload" callExtension format["call:%1,%2", GVAR(extensionLibrary), _this];
|
2015-05-10 17:11:30 +00:00
|
|
|
#else
|
|
|
|
"ace_vd" callExtension _this;
|
|
|
|
#endif
|