Merge pull request #3 from qudzy/upstream/refactor-instance-suggestions

Refactor instance suggestions
This commit is contained in:
ZhengPeiRu21
2022-05-10 08:48:32 -06:00
committed by GitHub
6 changed files with 26 additions and 0 deletions

View File

@@ -351,6 +351,7 @@ inline wchar_t wcharToLower(wchar_t wchar)
void wstrToUpper(std::wstring& str);
void wstrToLower(std::wstring& str);
void strToLower(std::string& str);
std::wstring GetMainPartOfName(std::wstring const& wname, uint32 declension);