feat(client): implement locale related calls

This commit is contained in:
VDm 2025-03-29 22:51:38 +04:00
parent 6e1f033e83
commit 77f4228abf
5 changed files with 90 additions and 32 deletions

View file

@ -45,6 +45,7 @@ class ClientServices : public LoginResponse {
static void InitLoginServerCVars(int32_t overwrite, const char* locale);
static const char* GetDefaultRealmlistString();
static const char* GetDefaultPatchListString();
static bool LoadCDKey();
// Virtual member functions
virtual int32_t GetLoginServerType();