mirror of
https://github.com/GTAmodding/re3.git
synced 2025-10-17 18:09:22 +00:00
CPed::ProcessControl and some cleanup
This commit is contained in:
parent
3ad97382d9
commit
e232b664be
5 changed files with 1192 additions and 106 deletions
|
@ -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");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue