mirror of
https://github.com/GTAmodding/re3.git
synced 2025-07-17 11:34:08 +00:00
ComputeDopplerEffectedFrequency
This commit is contained in:
parent
2c647ef228
commit
a04d8f24be
14 changed files with 1385 additions and 280 deletions
|
@ -441,6 +441,7 @@ int m_iModeObbeCamIsInForCar;
|
|||
|
||||
static bool &m_bUseMouse3rdPerson;
|
||||
|
||||
bool Get_Just_Switched_Status() { return m_bJust_Switched; }
|
||||
CMatrix &GetCameraMatrix(void) { return m_cameraMatrix; }
|
||||
CVector &GetGameCamPosition(void) { return m_vecGameCamPos; }
|
||||
bool IsPointVisible(const CVector ¢er, const CMatrix *mat);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue