feat(glue): handle successful authentication in CGlueMgr::PollLoginServerLogin

This commit is contained in:
fallenoak 2023-02-07 23:59:36 -06:00
parent 531425d566
commit b53f596b82
No known key found for this signature in database
GPG key ID: 7628F8E61AEA070D
2 changed files with 13 additions and 1 deletions

View file

@ -65,6 +65,7 @@ class CGlueMgr {
static void SetLoginStateAndResult(LOGIN_STATE state, LOGIN_RESULT result, char const* addrStr, char const* stateStr, char const* resultStr, uint8_t flags);
static void SetScreen(const char* screen);
static void StatusDialogClick();
static void Sub4D8BA0();
static void Suspend();
static void UpdateCurrentScreen(const char* screen);
};