mirror of
https://github.com/thunderbrewhq/thunderbrew
synced 2025-12-12 11:12:29 +00:00
feat(glue): add initial account login handling to glue idle loop
This commit is contained in:
parent
6b1b666d41
commit
3dc51289b8
7 changed files with 247 additions and 3 deletions
10
src/glue/CRealmList.hpp
Normal file
10
src/glue/CRealmList.hpp
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
#ifndef GLUE_C_REALM_LIST_HPP
|
||||
#define GLUE_C_REALM_LIST_HPP
|
||||
|
||||
class CRealmList {
|
||||
public:
|
||||
// Static functions
|
||||
static void UpdateList();
|
||||
};
|
||||
|
||||
#endif
|
||||
Loading…
Add table
Add a link
Reference in a new issue