ACE3/addons/flags/XEH_preInit.sqf
2022-06-10 22:10:05 +02:00

12 lines
168 B
Plaintext

#include "script_component.hpp"
ADDON = false;
PREP_RECOMPILE_START;
#include "XEH_PREP.hpp"
PREP_RECOMPILE_END;
ADDON = true;
GVAR(flagItemCache) = createHashMap;