// *************************************************************************** // // Generated automatically by genwrapper. // Please DO NOT EDIT this file! // // *************************************************************************** #include #include #include #include #include // Must undefine IN and OUT macros defined in Windows headers #ifdef IN #undef IN #endif #ifdef OUT #undef OUT #endif BEGIN_ENUM_REFLECTOR(osgDB::FileType) I_DeclaringFile("osgDB/FileUtils"); I_EnumLabel(osgDB::FILE_NOT_FOUND); I_EnumLabel(osgDB::REGULAR_FILE); I_EnumLabel(osgDB::DIRECTORY); END_REFLECTOR TYPE_NAME_ALIAS(std::vector< std::string >, osgDB::DirectoryContents)