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

12 lines
400 B
C++

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