2017-04-01 22:27:50 +00:00
|
|
|
#define COMPONENT medical_vitals
|
|
|
|
#define COMPONENT_BEAUTIFIED Medical Vitals
|
|
|
|
#include "\z\ace\addons\main\script_mod.hpp"
|
|
|
|
|
2018-07-29 22:07:30 +00:00
|
|
|
// #define DEBUG_MODE_FULL
|
|
|
|
// #define DISABLE_COMPILE_CACHE
|
2017-04-01 22:27:50 +00:00
|
|
|
// #define ENABLE_PERFORMANCE_COUNTERS
|
|
|
|
|
|
|
|
#ifdef DEBUG_ENABLED_MEDICAL_VITALS
|
|
|
|
#define DEBUG_MODE_FULL
|
|
|
|
#endif
|
|
|
|
|
|
|
|
#ifdef DEBUG_SETTINGS_MEDICAL_VITALS
|
|
|
|
#define DEBUG_SETTINGS DEBUG_SETTINGS_MEDICAL_VITALS
|
|
|
|
#endif
|
|
|
|
|
2018-07-18 18:13:25 +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"
|