diff --git a/addons/interaction/XEH_preInit.sqf b/addons/interaction/XEH_preInit.sqf index d3ca2a3586..e5093f77f2 100644 --- a/addons/interaction/XEH_preInit.sqf +++ b/addons/interaction/XEH_preInit.sqf @@ -1,46 +1,46 @@ #include "script_component.hpp" -PREPF(addInteraction); -PREPF(addInteractionSelf); -PREPF(AddSelectableItem); -PREPF(addToTooltip); -PREPF(applyButtons); -PREPF(canInteractWith); -PREPF(canTapShoulder); -PREPF(getActions2); -PREPF(GetActions); -PREPF(getDoor); -PREPF(getDoorAnimations); -PREPF(getDown); -PREPF(getSelectedButton); -PREPF(hideMenu); -PREPF(hideMouseHint); -PREPF(initialiseInteraction); -PREPF(isInRange); -PREPF(joinTeam); -PREPF(menuKeyInput); -PREPF(moduleInteraction); -PREPF(moveDown); -PREPF(onButtonDown); -PREPF(onButtonDownSelf); -PREPF(onButtonUp); -PREPF(onClick); -PREPF(onSelectMenuDblClick); -PREPF(openDoor); -PREPF(openMenu); -PREPF(openMenuSelectUI); -PREPF(openMenuSelf); -PREPF(openSelectMenu); -PREPF(openSubMenu); -PREPF(openSubMenuSelf); -PREPF(prepareSelectMenu); -PREPF(push); -PREPF(removeInteraction); -PREPF(removeInteractionSelf); -PREPF(removeTag); -PREPF(sendAway); -PREPF(showMenu); -PREPF(showMouseHint); -PREPF(sortOptionsByPriority); -PREPF(tapShoulder); -PREPF(updateTooltipPosition); \ No newline at end of file +PREP(addInteraction); +PREP(addInteractionSelf); +PREP(AddSelectableItem); +PREP(addToTooltip); +PREP(applyButtons); +PREP(canInteractWith); +PREP(canTapShoulder); +PREP(getActions2); +PREP(GetActions); +PREP(getDoor); +PREP(getDoorAnimations); +PREP(getDown); +PREP(getSelectedButton); +PREP(hideMenu); +PREP(hideMouseHint); +PREP(initialiseInteraction); +PREP(isInRange); +PREP(joinTeam); +PREP(menuKeyInput); +PREP(moduleInteraction); +PREP(moveDown); +PREP(onButtonDown); +PREP(onButtonDownSelf); +PREP(onButtonUp); +PREP(onClick); +PREP(onSelectMenuDblClick); +PREP(openDoor); +PREP(openMenu); +PREP(openMenuSelectUI); +PREP(openMenuSelf); +PREP(openSelectMenu); +PREP(openSubMenu); +PREP(openSubMenuSelf); +PREP(prepareSelectMenu); +PREP(push); +PREP(removeInteraction); +PREP(removeInteractionSelf); +PREP(removeTag); +PREP(sendAway); +PREP(showMenu); +PREP(showMouseHint); +PREP(sortOptionsByPriority); +PREP(tapShoulder); +PREP(updateTooltipPosition); \ No newline at end of file