Updated wrappers

This commit is contained in:
Robert Osfield
2006-09-30 20:05:56 +00:00
parent 26849018aa
commit ef2498f3d1

View File

@@ -31,6 +31,7 @@ TYPE_NAME_ALIAS(std::list< osg::ref_ptr< osgGA::GUIEventHandler > >, osgGA::Simp
BEGIN_OBJECT_REFLECTOR(osgGA::SimpleViewer)
I_BaseType(osgGA::GUIActionAdapter);
I_BaseType(osg::Referenced);
I_Constructor0();
I_Method1(void, setSceneData, IN, osg::Node *, node);
I_Method0(osg::Node *, getSceneData);