aboutsummaryrefslogtreecommitdiffstats
path: root/src/core/Camera.h
diff options
context:
space:
mode:
authorerorcun <erayorcunus@gmail.com>2020-01-23 23:21:50 +0300
committerGitHub <noreply@github.com>2020-01-23 23:21:50 +0300
commitd75b9b82571834248a2337473307ffece8a73023 (patch)
treed7465ee2e9019d83f127a2abbbf3a7d01884a029 /src/core/Camera.h
parentb06ad84768e314eb20327ec7ec8200da292dd55c (diff)
CPlayerPed continues (#294)
Diffstat (limited to 'src/core/Camera.h')
-rw-r--r--src/core/Camera.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/core/Camera.h b/src/core/Camera.h
index 81eaa84f..8f0e62d4 100644
--- a/src/core/Camera.h
+++ b/src/core/Camera.h
@@ -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(); }
};