#include <particlesystem.hpp>
Public Member Functions | |
Particle () | |
virtual | ~Particle () |
Public Attributes | |
Vector | pos |
float | angle |
SurfacePtr | texture |
Private Member Functions | |
Particle (const Particle &) | |
Particle & | operator= (const Particle &) |
Definition at line 53 of file particlesystem.hpp.
ParticleSystem::Particle::Particle | ( | ) | [inline] |
virtual ParticleSystem::Particle::~Particle | ( | ) | [inline, virtual] |
ParticleSystem::Particle::Particle | ( | const Particle & | ) | [private] |
Definition at line 65 of file particlesystem.hpp.
Definition at line 67 of file particlesystem.hpp.
Definition at line 68 of file particlesystem.hpp.