ACE3/addons/microdagr/XEH_preInit.sqf

11 lines
175 B
Plaintext
Raw Normal View History

2015-03-09 15:46:59 +00:00
#include "script_component.hpp"
ADDON = false;
2016-02-22 14:20:36 +00:00
#include "XEH_PREP.hpp"
2015-03-09 15:46:59 +00:00
//Functions that are called for each draw of the map:
GVAR(miniMapDrawHandlers) = [];
2015-03-09 15:46:59 +00:00
ADDON = true;