1 #include <osgUI/Validator>
2 #include <osg/ValueObject>
3 #include <osgDB/ObjectWrapper>
4 #include <osgDB/InputStream>
5 #include <osgDB/OutputStream>
6 
7 
8 REGISTER_OBJECT_WRAPPER( Validator,
9                          new osgUI::Validator,
10                          osgUI::Validator,
11                          "osg::Object osgUI::Validator" )
12 {
13 }
14