ACE3/addons/gestures/XEH_postInit.sqf

9 lines
167 B
Plaintext
Raw Normal View History

#include "script_component.hpp"
2015-10-26 15:49:39 +00:00
if (!hasInterface) exitWith {};
2016-02-28 05:12:40 +00:00
// reload mutex, you can't play signal while reloading
GVAR(ReloadMutex) = true;
#include "key.sqf"