├── .gitignore ├── README.md └── usernamecrafter ├── usernamecrafter.cpp ├── usernamecrafter.sln ├── usernamecrafter.vcxproj ├── usernamecrafter.vcxproj.filters └── x64 └── Release └── usernamecrafter.exe /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/api0cradle/usernamecrafter/HEAD/.gitignore -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/api0cradle/usernamecrafter/HEAD/README.md -------------------------------------------------------------------------------- /usernamecrafter/usernamecrafter.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/api0cradle/usernamecrafter/HEAD/usernamecrafter/usernamecrafter.cpp -------------------------------------------------------------------------------- /usernamecrafter/usernamecrafter.sln: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/api0cradle/usernamecrafter/HEAD/usernamecrafter/usernamecrafter.sln -------------------------------------------------------------------------------- /usernamecrafter/usernamecrafter.vcxproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/api0cradle/usernamecrafter/HEAD/usernamecrafter/usernamecrafter.vcxproj -------------------------------------------------------------------------------- /usernamecrafter/usernamecrafter.vcxproj.filters: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/api0cradle/usernamecrafter/HEAD/usernamecrafter/usernamecrafter.vcxproj.filters -------------------------------------------------------------------------------- /usernamecrafter/x64/Release/usernamecrafter.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/api0cradle/usernamecrafter/HEAD/usernamecrafter/x64/Release/usernamecrafter.exe --------------------------------------------------------------------------------