summaryrefslogtreecommitdiff
path: root/src/render/Shadows.h
diff options
context:
space:
mode:
authorFire-Head <Fire-Head@users.noreply.github.com>2019-05-29 03:52:30 +0300
committerFire-Head <Fire-Head@users.noreply.github.com>2019-05-29 03:52:30 +0300
commit31e7428bdf788a465c2f72f75793cac88ec5d77a (patch)
treec05bad8c041335995af7ce47c15f9f2496c03a7e /src/render/Shadows.h
parentc5a058b615249a873a4cedea96a02594c3c8148c (diff)
Particle, ParticleMgr done
Diffstat (limited to 'src/render/Shadows.h')
-rw-r--r--src/render/Shadows.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/src/render/Shadows.h b/src/render/Shadows.h
new file mode 100644
index 00000000..3c7b4981
--- /dev/null
+++ b/src/render/Shadows.h
@@ -0,0 +1,9 @@
+#pragma once
+
+struct RwTexture;
+
+class CShadows
+{
+public:
+ static void AddPermanentShadow(unsigned char ShadowType, RwTexture* pTexture, CVector* pPosn, float fX1, float fY1, float fX2, float fY2, short nTransparency, unsigned char nRed, unsigned char nGreen, unsigned char nBlue, float fZDistance, unsigned int nTime, float fScale);
+}; \ No newline at end of file