2015-01-15 09:51:18 +00:00
|
|
|
#include "script_component.hpp"
|
|
|
|
|
2015-01-29 07:38:46 +00:00
|
|
|
ADDON = false;
|
2015-03-14 19:58:05 +00:00
|
|
|
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);
|
2015-03-14 19:58:05 +00:00
|
|
|
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);
|
2015-03-14 19:58:05 +00:00
|
|
|
PREP(updateMapEffects);
|
2015-01-29 07:38:46 +00:00
|
|
|
|
|
|
|
ADDON = true;
|