Interface for a particle.
virtual void Update(const GameTime &gameTime)=0
Interface for a particle updater.
virtual void Update(IParticle *pParticle, const GameTime &gameTime) const
Updates a particle.
ParticleUpdater()
Creates a new instance of ParticleUpdater.
virtual ~ParticleUpdater()