ACE3/addons/gunbag/script_component.hpp

21 lines
467 B
C++
Raw Normal View History

2016-05-03 08:21:21 +00:00
#define COMPONENT gunbag
2016-06-20 09:41:17 +00:00
#define COMPONENT_BEAUTIFIED Gunbag
2016-05-03 08:21:21 +00:00
#include "\z\ace\addons\main\script_mod.hpp"
2016-06-12 11:51:23 +00:00
//#define DEBUG_ENABLED_GUNBAG
//#define DISABLE_COMPILE_CACHE
//#define CBA_DEBUG_SYNCHRONOUS
//#define ENABLE_PERFORMANCE_COUNTERS
2016-05-03 08:21:21 +00:00
#ifdef DEBUG_ENABLED_GUNBAG
#define DEBUG_MODE_FULL
#endif
#ifdef DEBUG_SETTINGS_GUNBAG
#define DEBUG_SETTINGS DEBUG_SETTINGS_GUNBAG
#endif
#include "\z\ace\addons\main\script_macros.hpp"
2016-06-12 11:51:23 +00:00
#define PROGRESSBAR_TIME 5