Added missing include

This commit is contained in:
Glowbal 2015-02-13 22:58:48 +01:00
parent 4896198ec2
commit 4441b7d0a5

View File

@ -17,6 +17,7 @@
* Public: No
*/
#include "script_component.hpp"
private ["_unit","_selectionName","_amountOfDamage","_sourceOfDamage","_typeOfProjectile","_typeOfDamage"];
_unit = _this select 0;