mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
3aa88c80bf
Split up medical core and medical damage. Move out all other functionality
21 lines
456 B
C++
21 lines
456 B
C++
|
|
PREP(addStateHandler);
|
|
PREP(adjustPainLevel);
|
|
PREP(getBloodLoss);
|
|
PREP(getBloodPressure);
|
|
PREP(getBloodVolumeChange);
|
|
PREP(getCardiacOutput);
|
|
PREP(getHeartRateChange);
|
|
PREP(hasTourniquetAppliedTo);
|
|
PREP(init);
|
|
PREP(install);
|
|
PREP(isInMedicalFacility);
|
|
PREP(isInMedicalVehicle);
|
|
PREP(isInStableCondition);
|
|
PREP(isMedic);
|
|
PREP(isMedicalVehicle);
|
|
PREP(parseConfigForInjuries);
|
|
PREP(selectionNameToNumber);
|
|
PREP(setHitPointDamage);
|
|
PREP(setStructuralDamage);
|