mirror of
https://github.com/GTAmodding/re3.git
synced 2025-10-20 07:29:22 +00:00
added CCoronas
This commit is contained in:
parent
7eee450a69
commit
0476a41883
11 changed files with 782 additions and 4 deletions
|
@ -444,6 +444,7 @@ int m_iModeObbeCamIsInForCar;
|
|||
bool IsPointVisible(const CVector ¢er, const CMatrix *mat);
|
||||
bool IsSphereVisible(const CVector ¢er, float radius, const CMatrix *mat);
|
||||
bool IsBoxVisible(RwV3d *box, const CMatrix *mat);
|
||||
int GetLookDirection(void);
|
||||
|
||||
void Fade(float timeout, int16 direction);
|
||||
int GetScreenFadeStatus(void);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue