diff options
author | Fire-Head <Fire-Head@users.noreply.github.com> | 2019-05-29 20:02:58 +0200 |
---|---|---|
committer | Fire-Head <Fire-Head@users.noreply.github.com> | 2019-05-29 20:02:58 +0200 |
commit | 197767d1c83f8d940698cd200785e91fbc2ccc98 (patch) | |
tree | c1ee0bb77ae0dbef844cf45eb9d2ffb00b08895f /src/render/Particle.h | |
parent | Particle, ParticleMgr done (diff) | |
download | re3-197767d1c83f8d940698cd200785e91fbc2ccc98.tar re3-197767d1c83f8d940698cd200785e91fbc2ccc98.tar.gz re3-197767d1c83f8d940698cd200785e91fbc2ccc98.tar.bz2 re3-197767d1c83f8d940698cd200785e91fbc2ccc98.tar.lz re3-197767d1c83f8d940698cd200785e91fbc2ccc98.tar.xz re3-197767d1c83f8d940698cd200785e91fbc2ccc98.tar.zst re3-197767d1c83f8d940698cd200785e91fbc2ccc98.zip |
Diffstat (limited to 'src/render/Particle.h')
-rw-r--r-- | src/render/Particle.h | 10 |
1 files changed, 2 insertions, 8 deletions
diff --git a/src/render/Particle.h b/src/render/Particle.h index 4b96dfe0..68e01879 100644 --- a/src/render/Particle.h +++ b/src/render/Particle.h @@ -96,11 +96,5 @@ public: static void AddYardieDoorSmoke(CVector const &vecPos, CMatrix const &matMatrix); }; -/* -class CParticle -{ -public: - static void AddParticle(tParticleType, const CVector &pos, const CVector &velocity, CEntity *ent = nil, - float size = 0.0, int32 rotationStep = 0, int32 rotation = 0, int startFrame = 0, int lifeSpan = 0); -}; -*/
\ No newline at end of file + +VALIDATE_SIZE(CParticle, 0x68);
\ No newline at end of file |