12 lines
327 B
C++
12 lines
327 B
C++
#include <osgVolume/Property>
|
|
#include <osgDB/ObjectWrapper>
|
|
#include <osgDB/InputStream>
|
|
#include <osgDB/OutputStream>
|
|
|
|
REGISTER_OBJECT_WRAPPER( osgVolume_Property,
|
|
new osgVolume::Property,
|
|
osgVolume::Property,
|
|
"osg::Object osgVolume::Property" )
|
|
{
|
|
}
|