ACE3/addons/trenches/XEH_preInit.sqf

14 lines
241 B
Plaintext
Raw Normal View History

#include "script_component.hpp"
ADDON = false;
PREP_RECOMPILE_START;
2016-02-22 14:20:36 +00:00
#include "XEH_PREP.hpp"
PREP_RECOMPILE_END;
#include "initSettings.sqf"
GVAR(entrenchingTools) = call (uiNamespace getVariable QGVAR(entrenchingTools));
ADDON = true;