ACE3/addons/marker_flags/XEH_preInit.sqf

14 lines
197 B
Plaintext
Raw Normal View History

#include "script_component.hpp"
ADDON = false;
PREP_RECOMPILE_START;
#include "XEH_PREP.hpp"
PREP_RECOMPILE_END;
#include "initSettings.inc.sqf"
GVAR(flagCache) = createHashMap;
ADDON = true;