mirror of
https://github.com/thunderbrewhq/thunderbrew
synced 2026-02-04 09:09:09 +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
|
|
@ -7,7 +7,12 @@
|
|||
class CVar;
|
||||
|
||||
namespace Client {
|
||||
extern CVar* g_accountNameVar;
|
||||
extern CVar* g_accountListVar;
|
||||
extern CVar* g_accountUsesTokenVar;
|
||||
extern CVar* g_movieVar;
|
||||
extern CVar* g_expansionMovieVar;
|
||||
extern CVar* g_movieSubtitleVar;
|
||||
extern HEVENTCONTEXT g_clientEventContext;
|
||||
extern char g_currentLocaleName[5];
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue