ACE3/addons/winddeflection/XEH_preInit.sqf
2015-01-28 17:36:47 +01:00

15 lines
192 B
Plaintext

/**
* XEH_preInit.sqf
* @Descr: N/A
* @Author: Glowbal
*
* @Arguments: []
* @Return:
* @PublicAPI: false
*/
#include "script_component.hpp"
PREP(handleFired);
PREP(initalizeModule);