Updated wrappers

This commit is contained in:
Robert Osfield
2007-02-12 18:02:15 +00:00
parent d28a6011f1
commit 3a48c95fc5
304 changed files with 8597 additions and 376 deletions

View File

@@ -23,6 +23,7 @@
BEGIN_VALUE_REFLECTOR(osgDB::ParameterOutput)
I_Constructor1(IN, osgDB::Output &, fw,
Properties::NON_EXPLICIT,
____ParameterOutput__Output_R1,
"",
"");
@@ -31,14 +32,17 @@ BEGIN_VALUE_REFLECTOR(osgDB::ParameterOutput)
"",
"");
I_Method0(void, begin,
Properties::NON_VIRTUAL,
__void__begin,
"",
"");
I_Method0(void, newLine,
Properties::NON_VIRTUAL,
__void__newLine,
"",
"");
I_Method0(void, end,
Properties::NON_VIRTUAL,
__void__end,
"",
"");