1
0
mirror of https://github.com/acemod/ACE3.git synced 2024-08-30 18:23:18 +00:00
ACE3/addons/modules/XEH_preInit.sqf

12 lines
164 B
Plaintext
Raw Normal View History

2015-03-22 11:39:26 +00:00
#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-20 20:48:11 +00:00
2015-03-22 11:39:26 +00:00
GVAR(moduleInitCollection) = [];
ADDON = true;