1 #include <osgParticle/RandomRateCounter>
2 #include <osgDB/ObjectWrapper>
3 #include <osgDB/InputStream>
4 #include <osgDB/OutputStream>
5 
6 REGISTER_OBJECT_WRAPPER( osgParticleRandomRateCounter,
7                          new osgParticle::RandomRateCounter,
8                          osgParticle::RandomRateCounter,
9                          "osg::Object osgParticle::Counter osgParticle::VariableRateCounter osgParticle::RandomRateCounter" )
10 {
11 }
12