2015-01-18 21:16:35 +00:00
|
|
|
#include "script_component.hpp"
|
|
|
|
|
2015-02-03 19:09:25 +00:00
|
|
|
ADDON = false;
|
2015-01-18 21:16:35 +00:00
|
|
|
|
2015-02-06 12:48:28 +00:00
|
|
|
PREP(getTypeOfDamage);
|
|
|
|
PREP(handleAirway);
|
2015-01-18 21:16:35 +00:00
|
|
|
PREP(handleDamage);
|
2015-02-03 19:09:25 +00:00
|
|
|
PREP(handleDamage_advanced);
|
|
|
|
PREP(handleDamage_basic);
|
|
|
|
PREP(handleDamage_medium);
|
2015-02-03 20:48:53 +00:00
|
|
|
PREP(handleFractures);
|
|
|
|
PREP(handleInternalInjuries);
|
2015-02-06 12:47:17 +00:00
|
|
|
PREP(init);
|
2015-02-03 20:48:53 +00:00
|
|
|
PREP(selectionNameToNumber);
|
2015-02-07 23:08:36 +00:00
|
|
|
PREP(handleDamage_wounds);
|
|
|
|
PREP(handleUnitVitals);
|
|
|
|
PREP(getBloodLoss);
|
|
|
|
PREP(getBloodPressure);
|
|
|
|
PREP(getBloodVolumeChange);
|
|
|
|
PREP(getCardiacOutput);
|
|
|
|
PREP(setCardiacArrest);
|
2015-01-18 21:16:35 +00:00
|
|
|
|
|
|
|
ADDON = true;
|