diff options
author | Fire-Head <Fire-Head@users.noreply.github.com> | 2019-07-24 18:55:43 +0200 |
---|---|---|
committer | Fire-Head <Fire-Head@users.noreply.github.com> | 2019-07-24 18:55:43 +0200 |
commit | b4ecb3e3dad654e01d0ceb4c359721650dda425b (patch) | |
tree | 27cfc6fb58ec53080d9c4850f13b8b97ad681b13 /src/core/Camera.h | |
parent | Merge pull request #1 from GTAmodding/master (diff) | |
download | re3-b4ecb3e3dad654e01d0ceb4c359721650dda425b.tar re3-b4ecb3e3dad654e01d0ceb4c359721650dda425b.tar.gz re3-b4ecb3e3dad654e01d0ceb4c359721650dda425b.tar.bz2 re3-b4ecb3e3dad654e01d0ceb4c359721650dda425b.tar.lz re3-b4ecb3e3dad654e01d0ceb4c359721650dda425b.tar.xz re3-b4ecb3e3dad654e01d0ceb4c359721650dda425b.tar.zst re3-b4ecb3e3dad654e01d0ceb4c359721650dda425b.zip |
Diffstat (limited to 'src/core/Camera.h')
-rw-r--r-- | src/core/Camera.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/core/Camera.h b/src/core/Camera.h index c0309b5f..10554601 100644 --- a/src/core/Camera.h +++ b/src/core/Camera.h @@ -445,6 +445,7 @@ int m_iModeObbeCamIsInForCar; CVector &GetGameCamPosition(void) { return m_vecGameCamPos; } bool IsPointVisible(const CVector ¢er, const CMatrix *mat); bool IsSphereVisible(const CVector ¢er, float radius, const CMatrix *mat); + bool IsSphereVisible(const CVector ¢er, float radius); bool IsBoxVisible(RwV3d *box, const CMatrix *mat); int GetLookDirection(void); |