Updated wrappers

This commit is contained in:
Robert Osfield
2007-06-08 10:42:52 +00:00
parent b1909ff55a
commit c8a5db6a71
313 changed files with 742 additions and 0 deletions

View File

@@ -23,11 +23,13 @@
TYPE_NAME_ALIAS(std::vector< std::string >, osgDB::DirectoryContents)
BEGIN_ENUM_REFLECTOR(osgDB::CaseSensitivity)
I_DeclaringFile("osgDB/FileUtils");
I_EnumLabel(osgDB::CASE_SENSITIVE);
I_EnumLabel(osgDB::CASE_INSENSITIVE);
END_REFLECTOR
BEGIN_ENUM_REFLECTOR(osgDB::FileType)
I_DeclaringFile("osgDB/FileUtils");
I_EnumLabel(osgDB::FILE_NOT_FOUND);
I_EnumLabel(osgDB::REGULAR_FILE);
I_EnumLabel(osgDB::DIRECTORY);