mirror of
https://github.com/GTAmodding/re3.git
synced 2025-07-04 23:34:09 +00:00
Particle, ParticleMgr done
This commit is contained in:
parent
c5a058b615
commit
31e7428bdf
14 changed files with 2852 additions and 126 deletions
7
src/render/Shadows.cpp
Normal file
7
src/render/Shadows.cpp
Normal file
|
@ -0,0 +1,7 @@
|
|||
#include "common.h"
|
||||
#include "Shadows.h"
|
||||
|
||||
void CShadows::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)
|
||||
{
|
||||
((void (__cdecl *)(unsigned char, RwTexture*, CVector*, float, float, float, float, short, unsigned char, unsigned char, unsigned char, float, unsigned int, float))0x56EC50)(ShadowType, pTexture, pPosn, fX1, fY1, fX2, fY2, nTransparency, nRed, nGreen, nBlue, fZDistance, nTime, fScale);
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue