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-10-02 10:55:31 +00:00
|
|
|
// #define DEBUG_ENABLED_GUNBAG
|
|
|
|
// #define DISABLE_COMPILE_CACHE
|
|
|
|
// #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
|