Updated wrappers and Version numbers for 1.9.9 release

This commit is contained in:
Robert Osfield
2007-06-13 21:00:28 +00:00
parent a7612e7908
commit 56a24486cd
4 changed files with 29 additions and 374 deletions

View File

@@ -147,6 +147,11 @@ BEGIN_OBJECT_REFLECTOR(osg::AnimationPath)
__bool__empty,
"",
"");
I_Method0(void, clear,
Properties::NON_VIRTUAL,
__void__clear,
"",
"");
I_Method1(void, read, IN, std::istream &, in,
Properties::NON_VIRTUAL,
__void__read__std_istream_R1,