feat(glue): add initial account login handling to glue idle loop

This commit is contained in:
fallenoak 2023-02-11 23:35:53 -06:00
parent 6b1b666d41
commit 3dc51289b8
No known key found for this signature in database
GPG key ID: 7628F8E61AEA070D
7 changed files with 247 additions and 3 deletions

5
src/glue/CRealmList.cpp Normal file
View file

@ -0,0 +1,5 @@
#include "glue/CRealmList.hpp"
void CRealmList::UpdateList() {
// TODO
}