ACE3/addons/towing/XEH_PREP.hpp
Dystopian b54992b8fc
Towing - Fix some issues (#9007)
Co-authored-by: johnb432 <58661205+johnb432@users.noreply.github.com>
Co-authored-by: LinkIsGrim <salluci.lovi@gmail.com>
2024-02-05 15:54:51 -03:00

12 lines
246 B
C++

PREP(addRopeToVehicle);
PREP(attachRopePFH);
PREP(attachVehicles);
PREP(detachChild);
PREP(detachRope);
PREP(getDetachActions);
PREP(isSuitableSimulation);
PREP(onMouseButtonDown);
PREP(onMouseButtonUp);
PREP(startTow);
PREP(towStateMachinePFH);