Updated wrappers

This commit is contained in:
Robert Osfield
2009-06-18 08:22:24 +00:00
parent 17db679ff0
commit 1742810b59

View File

@@ -275,6 +275,11 @@ BEGIN_OBJECT_REFLECTOR(osgDB::FileList)
__C5_FileNames_R1__getFileNames,
"",
"");
I_Method0(bool, empty,
Properties::NON_VIRTUAL,
__bool__empty,
"",
"");
I_Method1(bool, containsFile, IN, const std::string &, filename,
Properties::NON_VIRTUAL,
__bool__containsFile__C5_std_string_R1,