2015-03-09 15:46:59 +00:00
|
|
|
#include "script_component.hpp"
|
|
|
|
|
|
|
|
ADDON = false;
|
|
|
|
|
|
|
|
PREP(appMarkKeypadEntry);
|
|
|
|
PREP(appMenuButtonConnectRangefinder);
|
2015-03-11 02:48:57 +00:00
|
|
|
PREP(appSettingsLBClick);
|
2015-03-09 15:46:59 +00:00
|
|
|
PREP(appWaypointsButtonDeleteWP);
|
|
|
|
PREP(appWaypointsButtonSetWP);
|
2015-03-09 18:52:15 +00:00
|
|
|
PREP(canShow);
|
|
|
|
PREP(deviceAddWaypoint);
|
|
|
|
PREP(deviceDeleteWaypoint);
|
|
|
|
PREP(deviceGetWaypoints);
|
2015-03-09 15:46:59 +00:00
|
|
|
PREP(dialogClosedEH);
|
2015-03-25 14:00:49 +00:00
|
|
|
PREP(mapButtonDownEH);
|
2015-03-09 15:46:59 +00:00
|
|
|
PREP(mapDoubleTapEH);
|
|
|
|
PREP(mapOnDrawEH);
|
|
|
|
PREP(modeMapButtons);
|
2015-03-09 18:52:15 +00:00
|
|
|
PREP(moduleMapFill);
|
2015-03-09 15:46:59 +00:00
|
|
|
PREP(openDisplay);
|
|
|
|
PREP(recieveRangefinderData);
|
|
|
|
PREP(saveCurrentAndSetNewMode);
|
|
|
|
PREP(showApplicationPage);
|
|
|
|
PREP(updateDisplay);
|
|
|
|
|
|
|
|
ADDON = true;
|