ACE3/addons/medical_vitals/XEH_preStart.sqf

10 lines
215 B
Plaintext
Raw Normal View History

2018-04-27 14:43:41 +00:00
#include "script_component.hpp"
#include "XEH_PREP.hpp"
GVAR(oxygenSupplyConditionCache) = createHashMap;
call FUNC(scanConfig);
GVAR(oxygenSupplyConditionCache) = compileFinal GVAR(oxygenSupplyConditionCache);