summaryrefslogtreecommitdiffstats
path: root/src/render/Particle.cpp
blob: 9bbc4587d78b4067882e855f0f6494ab64fb7b60 (plain) (blame)
1
2
3
4
5
6
7
8
9
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);
}