ACE3/addons/vehiclelock/script_component.hpp

16 lines
318 B
C++
Raw Normal View History

2015-01-23 22:40:39 +00:00
#define COMPONENT vehiclelock
2015-03-24 09:01:20 +00:00
// #define DEBUG_MODE_FULL
2015-01-23 22:40:39 +00:00
#include "\z\ace\addons\main\script_mod.hpp"
#ifdef DEBUG_ENABLED_VEHICLELOCK
#define DEBUG_MODE_FULL
#endif
#ifdef DEBUG_SETTINGS_VEHICLELOCK
#define DEBUG_SETTINGS DEBUG_SETTINGS_VEHICLELOCK
#endif
#include "\z\ace\addons\main\script_macros.hpp"