ACE3/addons/recoil/XEH_preInit.sqf

13 lines
179 B
Plaintext
Raw Permalink Normal View History

2015-04-25 05:21:11 +00:00
// by commy2
#include "script_component.hpp"
ADDON = false;
PREP_RECOMPILE_START;
2016-02-22 14:20:36 +00:00
#include "XEH_PREP.hpp"
PREP_RECOMPILE_END;
2015-04-25 05:21:11 +00:00
GVAR(recoilCache) = createHashMap;
2015-04-25 05:21:11 +00:00
ADDON = true;