mirror of
https://github.com/GTAmodding/re3.git
synced 2025-07-13 02:14:09 +00:00
first commit
This commit is contained in:
commit
600bf03514
116 changed files with 15132 additions and 0 deletions
10
src/render/Particle.cpp
Normal file
10
src/render/Particle.cpp
Normal file
|
@ -0,0 +1,10 @@
|
|||
#include "common.h"
|
||||
#include "patcher.h"
|
||||
#include "Particle.h"
|
||||
|
||||
WRAPPER void
|
||||
CParticle::AddParticle(tParticleType, const CVector &pos, const CVector &velocity, CEntity *ent,
|
||||
float size, int32 rotationStep, int32 rotation, int startFrame, int lifeSpan)
|
||||
{
|
||||
EAXJMP(0x50D140);
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue