feat(glue): implement update realm list

This commit is contained in:
fallenoak 2023-02-15 08:48:37 -06:00 committed by GitHub
parent 780de91468
commit 41554f32b4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 88 additions and 1 deletions

View file

@ -25,6 +25,7 @@ class ClientServices : public LoginResponse {
static void ConnectToSelectedServer();
static ClientConnection* Connection();
static ClientServices* GetInstance();
static REALM_INFO* GetRealmInfoByIndex(int32_t index);
static const char* GetSelectedRealmName();
static void Initialize();
static Login* LoginConnection();