mirror of
https://github.com/GTAmodding/re3.git
synced 2024-11-17 02:29:00 +00:00
ed69be36cc
Signed-off-by: eray orçunus <erayorcunus@gmail.com>
7 lines
No EOL
310 B
C++
7 lines
No EOL
310 B
C++
#include "common.h"
|
|
#include "patcher.h"
|
|
#include "Ped.h"
|
|
|
|
WRAPPER void CPedIK::GetComponentPosition(RwV3d* pos, int id) { EAXJMP(0x4ED0F0); }
|
|
WRAPPER bool CPedIK::PointGunInDirection(float phi, float theta) { EAXJMP(0x4ED9B0); }
|
|
WRAPPER bool CPedIK::PointGunAtPosition(CVector* position) { EAXJMP(0x4ED920); } |