From 84204471a51f4bd0a4f89619d2dbdb5b59e21be7 Mon Sep 17 00:00:00 2001 From: aap Date: Fri, 31 May 2019 11:44:43 +0200 Subject: more high level functions --- src/render/Shadows.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/render/Shadows.h') diff --git a/src/render/Shadows.h b/src/render/Shadows.h index 0a475f6f..9cb3bc71 100644 --- a/src/render/Shadows.h +++ b/src/render/Shadows.h @@ -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); -}; \ No newline at end of file + static void RenderExtraPlayerShadows(void); +}; -- cgit v1.2.3