![]() |
The LARC Game Engine
A Simple Game Engine from the Laboratory for Recreational Computing
|
Interface for the particle engine class LParticleEngine. More...
#include "Random.h"#include "Component.h"#include "Particle.h"#include "SpriteRenderer.h"#include <list>#include <vector>Classes | |
| class | LParticleEngine< PARTICLE, PARTICLEDESC, VECTOR > |
| An abstract particle engine. More... | |
| class | LParticleEngine2D |
| The 2D particle engine. More... | |
| class | LParticleEngine3D |
| The 3D particle engine. More... | |