summaryrefslogtreecommitdiffstats
path: root/src/Camera.h
diff options
context:
space:
mode:
authoraap <aap@papnet.eu>2019-06-01 01:58:19 +0200
committeraap <aap@papnet.eu>2019-06-01 01:58:19 +0200
commit0476a41883ed1ec1db0e9d34ac9d4a1d4420f4d4 (patch)
treecff2857719651063516878e83a9a472b7f900fed /src/Camera.h
parentMerge pull request #4 from Fire-Head/master (diff)
downloadre3-0476a41883ed1ec1db0e9d34ac9d4a1d4420f4d4.tar
re3-0476a41883ed1ec1db0e9d34ac9d4a1d4420f4d4.tar.gz
re3-0476a41883ed1ec1db0e9d34ac9d4a1d4420f4d4.tar.bz2
re3-0476a41883ed1ec1db0e9d34ac9d4a1d4420f4d4.tar.lz
re3-0476a41883ed1ec1db0e9d34ac9d4a1d4420f4d4.tar.xz
re3-0476a41883ed1ec1db0e9d34ac9d4a1d4420f4d4.tar.zst
re3-0476a41883ed1ec1db0e9d34ac9d4a1d4420f4d4.zip
Diffstat (limited to 'src/Camera.h')
-rw-r--r--src/Camera.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Camera.h b/src/Camera.h
index 30ca98e6..a5602cf0 100644
--- a/src/Camera.h
+++ b/src/Camera.h
@@ -444,6 +444,7 @@ int m_iModeObbeCamIsInForCar;
bool IsPointVisible(const CVector &center, const CMatrix *mat);
bool IsSphereVisible(const CVector &center, float radius, const CMatrix *mat);
bool IsBoxVisible(RwV3d *box, const CMatrix *mat);
+ int GetLookDirection(void);
void Fade(float timeout, int16 direction);
int GetScreenFadeStatus(void);