ACE3/addons/microdagr/XEH_preInit.sqf
2015-03-25 09:00:49 -05:00

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;