diff options
author | erorcun <erorcunerorcun@hotmail.com.tr> | 2019-06-14 14:33:08 +0200 |
---|---|---|
committer | eray orçunus <erayorcunus@gmail.com> | 2019-06-14 16:04:29 +0200 |
commit | ed69be36cc30609100f0c75ac18aa5b4c15b22b4 (patch) | |
tree | bbf363a93f1450a46f7cab6a9d5cd9aeb28fb4f9 /src/entities/PedIK.cpp | |
parent | Merge pull request #14 from ShFil119/patch-1 (diff) | |
download | re3-ed69be36cc30609100f0c75ac18aa5b4c15b22b4.tar re3-ed69be36cc30609100f0c75ac18aa5b4c15b22b4.tar.gz re3-ed69be36cc30609100f0c75ac18aa5b4c15b22b4.tar.bz2 re3-ed69be36cc30609100f0c75ac18aa5b4c15b22b4.tar.lz re3-ed69be36cc30609100f0c75ac18aa5b4c15b22b4.tar.xz re3-ed69be36cc30609100f0c75ac18aa5b4c15b22b4.tar.zst re3-ed69be36cc30609100f0c75ac18aa5b4c15b22b4.zip |
Diffstat (limited to '')
-rw-r--r-- | src/entities/PedIK.cpp | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/src/entities/PedIK.cpp b/src/entities/PedIK.cpp new file mode 100644 index 00000000..f262fab5 --- /dev/null +++ b/src/entities/PedIK.cpp @@ -0,0 +1,7 @@ +#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); }
\ No newline at end of file |