#include "script_component.hpp" ADDON = false; PREP(getTypeOfDamage); PREP(handleAirway); PREP(handleDamage); PREP(handleDamage_advanced); PREP(handleDamage_basic); PREP(handleDamage_medium); PREP(handleFractures); PREP(handleInternalInjuries); PREP(init); PREP(selectionNameToNumber); PREP(handleDamage_wounds); PREP(handleUnitVitals); PREP(getBloodLoss); PREP(getBloodPressure); PREP(getBloodVolumeChange); PREP(getCardiacOutput); PREP(setCardiacArrest); ADDON = true;