ACE3/addons/viewports/XEH_preInit.sqf

16 lines
249 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"
#ifdef POINT_CONFIG_DEBUG
call compileScript [QPATHTOF(dev\debugPoints.sqf)];
#endif
ADDON = true;