Files
ACE3/addons/advanced_throwing/XEH_PREP.hpp
johnb432 defbf33046 Advanced Throwing - Cleanup (#10495)
* Fix adv. throwing for multiple round grenades

* Cleanup adv. throwing

* Minor optimisation and cleanup
2024-11-22 09:31:07 +01:00

17 lines
305 B
C++

PREP(canPrepare);
PREP(canThrow);
PREP(drawArc);
PREP(drawThrowable);
PREP(exitThrowMode);
PREP(moduleInit);
PREP(onKeyDown);
PREP(onMouseButtonDown);
PREP(onMouseScroll);
PREP(pickUp);
PREP(prepare);
PREP(prime);
PREP(renderPickUpInteraction);
PREP(throw);
PREP(throwFiredXEH);
PREP(updateControlsHint);