Fixed genwrapper so that it handles .svn directories, updated wrappers

This commit is contained in:
Robert Osfield
2007-02-16 17:45:53 +00:00
parent 049f907aad
commit afab03a0fa
240 changed files with 10258 additions and 85887 deletions

View File

@@ -20,6 +20,8 @@
#undef OUT
#endif
TYPE_NAME_ALIAS(std::vector< std::string >, osgDB::DirectoryContents);
BEGIN_ENUM_REFLECTOR(osgDB::CaseSensitivity)
I_EnumLabel(osgDB::CASE_SENSITIVE);
I_EnumLabel(osgDB::CASE_INSENSITIVE);