ACE3/addons/map/XEH_preInit.sqf
2015-08-11 10:49:39 -07:00

20 lines
370 B
Plaintext

#include "script_component.hpp"
ADDON = false;
LOG(MSG_INIT);
PREP(blueForceTrackingModule);
PREP(blueForceTrackingUpdate);
PREP(compileFlashlightMenu);
PREP(determineMapLight);
PREP(determineZoom);
PREP(flashlightGlow);
PREP(getUnitFlashlights);
PREP(moduleMap);
PREP(onDrawMap);
PREP(simulateMapLight);
PREP(switchFlashlight);
PREP(updateMapEffects);
ADDON = true;