Fix include in wrong location

This commit is contained in:
Magnetar 2019-03-17 17:48:44 +01:00
parent bb2d1e4e9e
commit 82131b3643

View File

@ -1,3 +1,4 @@
#include "script_component.hpp"
/*
* Author: commy2
* Report awake animation of unit inside vehicle.
@ -13,7 +14,6 @@
*
* Public: no
*/
#include "script_component.hpp"
params ["_unit"];