mirror of
https://github.com/halpz/re3.git
synced 2025-12-23 10:32:52 +00:00
more high level functions
This commit is contained in:
@@ -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);
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user