ACE3/addons/towing/XEH_PREP.hpp
Brandon Danyluk ca7fbe742c
Add Vehicle Towing (#8380)
Co-authored-by: PabstMirror <pabstmirror@gmail.com>
2021-10-12 11:33:05 +02:00

9 lines
172 B
C++

PREP(attachRopePFH);
PREP(canStartTow);
PREP(detach);
PREP(isSuitableSimulation);
PREP(onMouseButtonDown);
PREP(onMouseButtonUp);
PREP(startTow);
PREP(towStateMachinePFH);