package Ogre::ParticleEmitter; use strict; use warnings; use Ogre::Particle; our @ISA = qw(Ogre::Particle); 1; __END__