ACE3/addons/map/XEH_preInit.sqf

15 lines
245 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);
PREP(determineMapLight);
PREP(determineZoom);
2015-03-16 23:24:53 +00:00
PREP(moduleMap);
2015-04-08 08:45:57 +00:00
PREP(onDrawMap);
PREP(updateMapEffects);
2015-01-29 07:38:46 +00:00
ADDON = true;