2016-09-11 18:46:35 +00:00
|
|
|
#define COMPONENT medical_blood
|
|
|
|
#define COMPONENT_BEAUTIFIED Medical Blood
|
|
|
|
#include "\z\ace\addons\main\script_mod.hpp"
|
|
|
|
|
2019-06-28 16:50:11 +00:00
|
|
|
// #define DEBUG_MODE_FULL
|
2018-07-29 22:07:30 +00:00
|
|
|
// #define DISABLE_COMPILE_CACHE
|
2016-09-11 18:46:35 +00:00
|
|
|
// #define ENABLE_PERFORMANCE_COUNTERS
|
|
|
|
|
|
|
|
#ifdef DEBUG_ENABLED_MEDICAL_BLOOD
|
|
|
|
#define DEBUG_MODE_FULL
|
|
|
|
#endif
|
|
|
|
|
|
|
|
#ifdef DEBUG_SETTINGS_MEDICAL_BLOOD
|
|
|
|
#define DEBUG_SETTINGS DEBUG_SETTINGS_MEDICAL_BLOOD
|
|
|
|
#endif
|
|
|
|
|
2018-07-18 20:17:44 +00:00
|
|
|
#include "\z\ace\addons\medical_engine\script_macros_medical.hpp"
|
2019-04-27 19:12:11 +00:00
|
|
|
#include "\z\ace\addons\main\script_macros.hpp"
|
2016-09-19 10:27:02 +00:00
|
|
|
|
2019-06-28 16:50:11 +00:00
|
|
|
#define BLOOD_DISABLED 0
|
|
|
|
#define BLOOD_ONLY_PLAYERS 1
|
|
|
|
#define BLOOD_ENABLED 2
|