diff options
Diffstat (limited to 'src/peds/PedIK.h')
-rw-r--r-- | src/peds/PedIK.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/peds/PedIK.h b/src/peds/PedIK.h index 21f8cce4..080cd103 100644 --- a/src/peds/PedIK.h +++ b/src/peds/PedIK.h @@ -57,5 +57,6 @@ public: bool RestoreGunPosn(void); bool LookInDirection(float phi, float theta); bool LookAtPosition(CVector const& pos); + bool RestoreLookAt(void); }; static_assert(sizeof(CPedIK) == 0x28, "CPedIK: error"); |