mirror of
https://github.com/thunderbrewhq/thunderbrew
synced 2025-12-12 03:02:30 +00:00
feat(client): implement locale related calls
This commit is contained in:
parent
6e1f033e83
commit
77f4228abf
5 changed files with 90 additions and 32 deletions
|
|
@ -37,7 +37,7 @@ class CVar : public TSHashObject<CVar, HASHKEY_STRI> {
|
|||
int32_t GetInt();
|
||||
const char* GetString(void);
|
||||
void InternalSet(const char*, bool, bool, bool, bool);
|
||||
bool Set(const char*, bool, bool, bool, bool);
|
||||
bool Set(const char* value, bool setValue, bool setReset, bool setDefault, bool a6);
|
||||
bool Reset();
|
||||
bool Default();
|
||||
int32_t Update();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue