mirror of
https://github.com/thunderbrewhq/thunderbrew
synced 2026-02-04 17:19:09 +00:00
feat(glue): make character selection screen available
This commit is contained in:
parent
30a78b00b5
commit
fcfe4fca90
7 changed files with 205 additions and 20 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue