mirror of
https://github.com/GTAmodding/re3.git
synced 2025-07-14 10:04:08 +00:00
more high level functions
This commit is contained in:
parent
f50cf32b87
commit
84204471a5
28 changed files with 415 additions and 24 deletions
|
@ -8,4 +8,5 @@ public:
|
|||
static void AddPermanentShadow(uint8 ShadowType, RwTexture* pTexture, CVector* pPosn, float fX1, float fY1, float fX2, float fY2, short nTransparency, uint8 nRed, uint8 nGreen, uint8 nBlue, float fZDistance, uint32 nTime, float fScale);
|
||||
static void RenderStaticShadows(void);
|
||||
static void RenderStoredShadows(void);
|
||||
};
|
||||
static void RenderExtraPlayerShadows(void);
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue