mirror of
https://github.com/GTAmodding/re3.git
synced 2025-07-17 06:04:08 +00:00
Mouse free cam for peds&cars (under FREE_CAM)
This commit is contained in:
parent
8e3ee096e2
commit
5e2fe749bd
8 changed files with 788 additions and 19 deletions
|
@ -224,6 +224,7 @@ struct CCam
|
|||
|
||||
// custom stuff
|
||||
void Process_FollowPed_Rotation(const CVector &CameraTarget, float TargetOrientation, float, float);
|
||||
void Process_FollowCar_SA(const CVector &CameraTarget, float TargetOrientation, float, float);
|
||||
};
|
||||
static_assert(sizeof(CCam) == 0x1A4, "CCam: wrong size");
|
||||
static_assert(offsetof(CCam, Alpha) == 0xA8, "CCam: error");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue