mirror of
https://github.com/GTAmodding/re3.git
synced 2025-07-14 05:04:08 +00:00
implemented CTimeCycle
This commit is contained in:
parent
83cc43eeff
commit
ec0b8b5730
9 changed files with 248 additions and 5 deletions
|
@ -9,4 +9,5 @@ public:
|
|||
static void RenderStaticShadows(void);
|
||||
static void RenderStoredShadows(void);
|
||||
static void RenderExtraPlayerShadows(void);
|
||||
static void CalcPedShadowValues(CVector light, float *frontX, float *frontY, float *sideX, float *sideY, float *dispX, float *dispY);
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue