CPed::ProcessControl and some cleanup

This commit is contained in:
eray orçunus
2019-09-03 19:53:04 +03:00
parent 3ad97382d9
commit e232b664be
5 changed files with 1192 additions and 106 deletions

View File

@ -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");