mirror of
https://github.com/thunderbrewhq/thunderbrew
synced 2025-12-12 03:02:30 +00:00
feat(glue): implement update realm list
This commit is contained in:
parent
780de91468
commit
41554f32b4
4 changed files with 88 additions and 1 deletions
|
|
@ -15,7 +15,10 @@ struct RealmCategory {
|
|||
class CRealmList {
|
||||
public:
|
||||
// Static variables
|
||||
static float s_avgLoad;
|
||||
static TSFixedArray<RealmCategory*> s_categories;
|
||||
static int32_t s_preferredCategory;
|
||||
static int32_t s_selectedCategory;
|
||||
|
||||
// Static functions
|
||||
static void Initialize();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue