mirror of
https://github.com/thunderbrewhq/thunderbrew
synced 2025-12-14 12:02:30 +00:00
feat(glue): add global variables for CGlueMgr
This commit is contained in:
parent
d18d8acc43
commit
b9b070830f
4 changed files with 122 additions and 73 deletions
|
|
@ -32,6 +32,8 @@ class CGlueMgr {
|
|||
static int32_t m_acceptedEULA;
|
||||
static int32_t m_acceptedTerminationWithoutNotice;
|
||||
static int32_t m_acceptedTOS;
|
||||
static int32_t m_processServerAlert;
|
||||
static int32_t m_pendingTimerAlert;
|
||||
static int32_t m_accountMsgAvailable;
|
||||
static char m_accountName[];
|
||||
static float m_aspect;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue