#include "script_component.hpp" ADDON = false; PREP(getTypeOfDamage); PREP(handleDamage_airway); PREP(handleDamage); PREP(handleDamage_advanced); PREP(handleDamage_basic); PREP(handleDamage_medium); PREP(handleDamage_fractures); PREP(handleDamage_internalInjuries); PREP(init); PREP(selectionNameToNumber); PREP(handleDamage_wounds); PREP(handleUnitVitals); PREP(getBloodLoss); PREP(getBloodPressure); PREP(getBloodVolumeChange); PREP(getCardiacOutput); PREP(setCardiacArrest); PREP(addToInjuredCollection); PREP(setUnconscious); PREP(getUnconsciousCondition); PREP(addUnconsciousCondition); PREP(setDead); PREP(playInjuredSound); GVAR(injuredUnitCollection) = []; ADDON = true;