mirror of
https://github.com/thunderbrewhq/thunderbrew
synced 2025-12-12 03:02:30 +00:00
feat(net): parse realm list
This commit is contained in:
parent
fc7fa1dbdc
commit
22bfe894d2
10 changed files with 222 additions and 3 deletions
|
|
@ -26,7 +26,9 @@ class ClientServices : public LoginResponse {
|
|||
static void SetAccountName(const char* accountName);
|
||||
|
||||
// Virtual member functions
|
||||
virtual int32_t GetLoginServerType();
|
||||
virtual void LoginServerStatus(LOGIN_STATE state, LOGIN_RESULT result, const char* addrStr, const char* stateStr, const char* resultStr, uint8_t flags);
|
||||
virtual void RealmEnumCallback(uint32_t a2);
|
||||
};
|
||||
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue