ACE3/addons/medical_status/XEH_PREP.hpp
SilentSpike 4466f9e785
Strip medical component (#6442)
* Move litter to `treatment`
* Move eden object attributes to `treatment`
* Move treatment items to `treatment`
* Move bodybag handling to `treatment`
* Move state conditions to `statemachine`
* Move radio addon handling to `feedback`
* Move medical macros to `engine`
* Move medical extension to `damage`
* Fix texture and material paths after move
* Remove duplicate medical menu config
* Remove old faction class
* Remove a bunch of old code
2018-07-18 19:13:25 +01:00

14 lines
309 B
C++

PREP(addHeartRateAdjustment);
PREP(getBloodLoss);
PREP(getBloodPressure);
PREP(getBloodVolumeChange);
PREP(getCardiacOutput);
PREP(hasStableVitals);
PREP(initUnit);
PREP(isBeingCarried);
PREP(isBeingDragged);
PREP(isInStableCondition);
PREP(setCardiacArrest);
PREP(setDead);
PREP(setUnconsciousStatemachine);