CPlayerPed continues (#294)

This commit is contained in:
erorcun 2020-01-23 23:21:50 +03:00 committed by GitHub
parent b06ad84768
commit d75b9b8257
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
11 changed files with 503 additions and 88 deletions

View file

@ -494,6 +494,8 @@ int m_iModeObbeCamIsInForCar;
void SetCameraDirectlyBehindForFollowPed_CamOnAString(void);
void SetZoomValueFollowPedScript(int16);
void SetZoomValueCamStringScript(int16);
void SetNewPlayerWeaponMode(int16, int16, int16);
void UpdateAimingCoors(CVector const &);
void dtor(void) { this->CCamera::~CCamera(); }
};