re3/src/render/Particle.cpp

11 lines
277 B
C++
Raw Normal View History

2019-05-15 14:52:37 +00:00
#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);
}