Fixed headers

This commit is contained in:
Glowbal 2015-02-21 21:25:37 +01:00
parent ead5f2ee79
commit 308e165cb6
2 changed files with 3 additions and 6 deletions

View File

@ -15,7 +15,6 @@
* Public: Yes
*/
#include "script_component.hpp"
private ["_caller", "_target", "_selectionName", "_className", "_items", "_removeItem", "_attributes"];

View File

@ -1,16 +1,14 @@
/*
* Author: Glowbal
* IV Treatment callback
* IV Treatment local callback
*
* Arguments:
* 0: The medic <OBJECT>
* 1: The patient <OBJECT>
* 2: SelectionName <STRING>
* 3: Treatment classname <STRING>
* 1: Item used classname <STRING>
*
*
* Return Value:
* Succesful treatment started <BOOL>
* nil
*
* Public: Yes
*/