feat(glue): make character selection screen available

This commit is contained in:
VDm 2025-03-14 01:52:09 +04:00
parent 30a78b00b5
commit fcfe4fca90
7 changed files with 205 additions and 20 deletions

View file

@ -23,6 +23,7 @@ class ClientConnection : public RealmConnection {
ClientConnection(RealmResponse* realmResponse)
: RealmConnection(realmResponse)
{};
void AccountLogin(const char* name, const char* password, int32_t region, int32_t locale);
void AccountLogin_Finish(int32_t authResult);
void AccountLogin_Queued();
void Cancel(int32_t errorCode);