ACE3/addons/microdagr/XEH_preInit.sqf
2015-03-09 13:52:15 -05:00

25 lines
523 B
Plaintext

#include "script_component.hpp"
ADDON = false;
PREP(appMarkKeypadEntry);
PREP(appMenuButtonConnectRangefinder);
PREP(appWaypointsButtonDeleteWP);
PREP(appWaypointsButtonSetWP);
PREP(canShow);
PREP(deviceAddWaypoint);
PREP(deviceDeleteWaypoint);
PREP(deviceGetWaypoints);
PREP(dialogClosedEH);
PREP(mapDoubleTapEH);
PREP(mapOnDrawEH);
PREP(modeMapButtons);
PREP(moduleMapFill);
PREP(openDisplay);
PREP(recieveRangefinderData);
PREP(saveCurrentAndSetNewMode);
PREP(showApplicationPage);
PREP(updateDisplay);
ADDON = true;