ACE3/addons/flags/XEH_preInit.sqf

14 lines
197 B
Plaintext
Raw Normal View History

2022-06-10 19:46:06 +00:00
#include "script_component.hpp"
ADDON = false;
PREP_RECOMPILE_START;
#include "XEH_PREP.hpp"
PREP_RECOMPILE_END;
#include "initSettings.sqf"
2022-06-10 19:46:06 +00:00
2022-06-10 20:10:05 +00:00
GVAR(flagItemCache) = createHashMap;
ADDON = true;