1
0
mirror of https://github.com/acemod/ACE3.git synced 2024-08-30 18:23:18 +00:00
ACE3/addons/laser/XEH_PREP.hpp
PabstMirror 1a1fdb7c2c Move the hellfire hud to the laser module ()
* Move the hellfire hud to the laser module

* Fix example
2017-09-16 14:24:43 -05:00

17 lines
354 B
C++

PREP(addLaserTarget);
PREP(dev_drawVisibleLaserTargets);
PREP(findLaserSource);
PREP(handleLaserTargetCreation);
PREP(keyLaserCodeChange);
PREP(laserOff);
PREP(laserOn);
PREP(laserTargetPFH);
PREP(onLaserDesignatorDraw);
PREP(rotateVectLine);
PREP(rotateVectLineGetMap);
PREP(seekerFindLaserSpot);
PREP(shootCone);
PREP(shootRay);
PREP(showVehicleHud);