├── .gitattributes ├── .gitignore ├── README.md ├── bsp_rename.c ├── bsp_rename.sln └── bsp_rename.vcxproj /.gitattributes: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ficool2/bsp_rename/HEAD/.gitattributes -------------------------------------------------------------------------------- /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ficool2/bsp_rename/HEAD/.gitignore -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ficool2/bsp_rename/HEAD/README.md -------------------------------------------------------------------------------- /bsp_rename.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ficool2/bsp_rename/HEAD/bsp_rename.c -------------------------------------------------------------------------------- /bsp_rename.sln: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ficool2/bsp_rename/HEAD/bsp_rename.sln -------------------------------------------------------------------------------- /bsp_rename.vcxproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ficool2/bsp_rename/HEAD/bsp_rename.vcxproj --------------------------------------------------------------------------------