ACE3/addons/map/XEH_preInit.sqf

20 lines
370 B
Plaintext
Raw Normal View History

2015-01-15 09:51:18 +00:00
#include "script_component.hpp"
2015-01-29 07:38:46 +00:00
ADDON = false;
LOG(MSG_INIT);
2015-01-29 07:38:46 +00:00
2015-01-16 08:13:29 +00:00
PREP(blueForceTrackingModule);
PREP(blueForceTrackingUpdate);
2015-08-11 17:49:39 +00:00
PREP(compileFlashlightMenu);
PREP(determineMapLight);
PREP(determineZoom);
2015-08-11 17:49:39 +00:00
PREP(flashlightGlow);
PREP(getUnitFlashlights);
2015-03-16 23:24:53 +00:00
PREP(moduleMap);
2015-04-08 08:45:57 +00:00
PREP(onDrawMap);
2015-08-11 17:49:39 +00:00
PREP(simulateMapLight);
PREP(switchFlashlight);
PREP(updateMapEffects);
2015-01-29 07:38:46 +00:00
ADDON = true;