summaryrefslogtreecommitdiff
path: root/src/core/Camera.h
diff options
context:
space:
mode:
authoreray orçunus <erayorcunus@gmail.com>2019-07-25 18:06:24 +0300
committereray orçunus <erayorcunus@gmail.com>2019-07-25 23:37:50 +0300
commit8fd63e5ca6288e0f16c63fa9f378682b31dbaf88 (patch)
tree0351cb51adcacf2cdf0f006d23e2ce7bd8081e3c /src/core/Camera.h
parentimplemented CAutomobile::TankControl (diff)
downloadre3-8fd63e5ca6288e0f16c63fa9f378682b31dbaf88.tar.gz
Ped & fixes, including peds dive into danger fix
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 1a2aae79..3ce0d9a6 100644
--- a/src/core/Camera.h
+++ b/src/core/Camera.h
@@ -469,6 +469,8 @@ int m_iModeObbeCamIsInForCar;
void Restore(void);
void SetWidescreenOff(void);
+ float Find3rdPersonQuickAimPitch(void);
+
void dtor(void) { this->CCamera::~CCamera(); }
};
static_assert(offsetof(CCamera, m_WideScreenOn) == 0x70, "CCamera: error");