From 600bf0351476a5a21aabb5429132ddf7f52ac0b9 Mon Sep 17 00:00:00 2001 From: aap Date: Wed, 15 May 2019 16:52:37 +0200 Subject: first commit --- src/render/Particle.cpp | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 src/render/Particle.cpp (limited to 'src/render/Particle.cpp') diff --git a/src/render/Particle.cpp b/src/render/Particle.cpp new file mode 100644 index 00000000..9bbc4587 --- /dev/null +++ b/src/render/Particle.cpp @@ -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); +} -- cgit v1.2.3