first commit

This commit is contained in:
aap 2019-05-15 16:52:37 +02:00
commit 600bf03514
116 changed files with 15132 additions and 0 deletions

10
src/render/Particle.cpp Normal file
View 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);
}