Files
OpenSceneGraph/src/osgWrappers/serializers/osgParticle/ExplosionEffect.cpp
2010-01-28 08:53:48 +00:00

12 lines
420 B
C++

#include <osgParticle/ExplosionEffect>
#include <osgDB/ObjectWrapper>
#include <osgDB/InputStream>
#include <osgDB/OutputStream>
REGISTER_OBJECT_WRAPPER( osgParticleExplosionEffect,
new osgParticle::ExplosionEffect,
osgParticle::ExplosionEffect,
"osg::Object osg::Node osg::Group osgParticle::ParticleEffect osgParticle::ExplosionEffect" )
{
}