diff options
Diffstat (limited to '')
-rw-r--r-- | src/entities/PedIK.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/entities/PedIK.h b/src/entities/PedIK.h index 68e4014a..7c798dc2 100644 --- a/src/entities/PedIK.h +++ b/src/entities/PedIK.h @@ -27,6 +27,7 @@ public: LimbOrientation m_lowerArmOrient; int32 m_flags; + CPedIK(CPed *ped); bool PointGunInDirection(float phi, float theta); bool PointGunAtPosition(CVector *position); void GetComponentPosition(RwV3d *pos, PedNode node); |