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