mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
27 lines
572 B
Plaintext
27 lines
572 B
Plaintext
#include "script_component.hpp"
|
|
|
|
ADDON = false;
|
|
|
|
PREP(appMarkKeypadEntry);
|
|
PREP(appMenuButtonConnectRangefinder);
|
|
PREP(appSettingsLBClick);
|
|
PREP(appWaypointsButtonDeleteWP);
|
|
PREP(appWaypointsButtonSetWP);
|
|
PREP(canShow);
|
|
PREP(deviceAddWaypoint);
|
|
PREP(deviceDeleteWaypoint);
|
|
PREP(deviceGetWaypoints);
|
|
PREP(dialogClosedEH);
|
|
PREP(mapButtonDownEH);
|
|
PREP(mapDoubleTapEH);
|
|
PREP(mapOnDrawEH);
|
|
PREP(modeMapButtons);
|
|
PREP(moduleMapFill);
|
|
PREP(openDisplay);
|
|
PREP(recieveRangefinderData);
|
|
PREP(saveCurrentAndSetNewMode);
|
|
PREP(showApplicationPage);
|
|
PREP(updateDisplay);
|
|
|
|
ADDON = true;
|