mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
4896198ec2
Conflicts: addons/medical/functions/fnc_handleDamage.sqf
16 lines
374 B
C++
16 lines
374 B
C++
#define COMPONENT medical
|
|
#include "\z\ace\addons\main\script_mod.hpp"
|
|
|
|
#ifdef DEBUG_ENABLED_MEDICAL
|
|
#define DEBUG_MODE_FULL
|
|
#endif
|
|
|
|
#ifdef DEBUG_SETTINGS_MEDICAL
|
|
#define DEBUG_SETTINGS DEBUG_SETTINGS_MEDICAL
|
|
#endif
|
|
|
|
#include "\z\ace\addons\main\script_macros.hpp"
|
|
|
|
// Includes the possible injury types for medium and advanced medical
|
|
#include "injury_defines.hpp"
|