mirror of
https://github.com/GTAmodding/re3.git
synced 2025-07-14 09:54:10 +00:00
implemented CutsceneObject; little fixes
This commit is contained in:
parent
a9517c01af
commit
9703ef9b59
12 changed files with 137 additions and 12 deletions
|
@ -1,6 +1,7 @@
|
|||
#pragma once
|
||||
|
||||
struct RwTexture;
|
||||
class CEntity;
|
||||
|
||||
class CShadows
|
||||
{
|
||||
|
@ -10,4 +11,5 @@ public:
|
|||
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);
|
||||
static void StoreShadowForPedObject(CEntity *ent, float dispX, float dispY, float frontX, float frontY, float sideX, float sideY);
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue