feat(glue): add global variables for CGlueMgr

This commit is contained in:
VDm 2025-03-29 23:28:52 +04:00
parent d18d8acc43
commit b9b070830f
4 changed files with 122 additions and 73 deletions

View file

@ -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];
}