2015-01-15 09:51:18 +00:00
|
|
|
#include "script_component.hpp"
|
|
|
|
|
|
|
|
PREP(addLineMarker);
|
2015-01-16 08:13:29 +00:00
|
|
|
PREP(blueForceTrackingModule);
|
|
|
|
PREP(blueForceTrackingUpdate);
|
2015-01-15 09:51:18 +00:00
|
|
|
PREP(calculateMapScale);
|
|
|
|
PREP(cancelDrawing);
|
|
|
|
PREP(canDraw);
|
|
|
|
PREP(canUseMapTools);
|
|
|
|
PREP(canUseMapGPS);
|
|
|
|
PREP(copyMapMarkers);
|
|
|
|
PREP(handleKeyDown);
|
|
|
|
PREP(handleMouseButton);
|
|
|
|
PREP(handleMouseMove);
|
|
|
|
PREP(handleMouseZChanged);
|
|
|
|
PREP(isInsideMapTool);
|
2015-01-16 08:13:29 +00:00
|
|
|
PREP(mapStateUpdater);
|
2015-01-15 09:51:18 +00:00
|
|
|
PREP(openMapGps);
|
2015-01-16 08:13:29 +00:00
|
|
|
PREP(openMapGpsUpdate);
|
2015-01-15 09:51:18 +00:00
|
|
|
PREP(removeLineMarker);
|
|
|
|
PREP(sendMapMarkers);
|
|
|
|
PREP(updateMapToolMarkers);
|
|
|
|
PREP(updateLineMarker);
|