ACE3/addons/map/XEH_preInit.sqf
2015-05-10 19:58:09 +02:00

17 lines
289 B
Plaintext

#include "script_component.hpp"
ADDON = false;
LOG(MSG_INIT);
PREP(blueForceTrackingModule);
PREP(blueForceTrackingUpdate);
PREP(determineMapLight);
PREP(determineZoom);
PREP(getMapGridFromPos);
PREP(getMGRSdata);
PREP(moduleMap);
PREP(onDrawMap);
PREP(updateMapEffects);
ADDON = true;