Files
OpenSceneGraph/src/osgWrappers/serializers/osgGA/DriveManipulator.cpp
2012-10-12 14:51:08 +00:00

15 lines
382 B
C++

#include <osgGA/DriveManipulator>
#define OBJECT_CAST dynamic_cast
#include <osgDB/ObjectWrapper>
#include <osgDB/InputStream>
#include <osgDB/OutputStream>
REGISTER_OBJECT_WRAPPER( osgGA_DriveManipulator,
new osgGA::DriveManipulator,
osgGA::DriveManipulator,
"osg::Object osgGA::DriveManipulator" )
{
}