Fixed function headers

This commit is contained in:
Zakant 2017-03-23 17:23:18 +01:00
parent d47d183119
commit 07033061e3
2 changed files with 4 additions and 4 deletions

View File

@ -3,7 +3,7 @@
* Calculate the blood loost and blood volume for a unit. Used from CPR to simulate a heart rate while in cardiac arrest * Calculate the blood loost and blood volume for a unit. Used from CPR to simulate a heart rate while in cardiac arrest
* *
* Arguments: * Arguments:
* 0: The unit <OBJECT> * 0: Unit <OBJECT>
* *
* Return Value: * Return Value:
* NONE * NONE

View File

@ -10,7 +10,7 @@
* 2: Total Time <NUMBER> * 2: Total Time <NUMBER>
* *
* Return Value: * Return Value:
* Treatment may continue <BOOL> * May Treatment continue <BOOL>
* *
* Public: No * Public: No
*/ */