root/OpenSceneGraph/trunk/src/osgWrappers/serializers/osgParticle/Shooter.cpp
@
11020
| Revision 11020, 339 bytes (checked in by robert, 3 years ago) |
|---|
| Line | |
|---|---|
| 1 | #include <osgParticle/Shooter> |
| 2 | #include <osgDB/ObjectWrapper> |
| 3 | #include <osgDB/InputStream> |
| 4 | #include <osgDB/OutputStream> |
| 5 | |
| 6 | REGISTER_OBJECT_WRAPPER( osgParticleShooter, |
| 7 | /*new osgParticle::Shooter*/NULL, |
| 8 | osgParticle::Shooter, |
| 9 | "osg::Object osgParticle::Shooter" ) |
| 10 | { |
| 11 | } |
Note: See TracBrowser
for help on using the browser.
