mirror of
https://github.com/thunderbrewhq/thunderbrew
synced 2025-04-18 19:12:44 +03:00
feat(client): typos
This commit is contained in:
parent
d60b85f85c
commit
5928749866
@ -42,7 +42,7 @@ class ClientServices : public LoginResponse {
|
||||
static void SelectRealm(const char* realmName);
|
||||
static void SetAccountName(const char* accountName);
|
||||
static int32_t SetSelectedRealmInfo(int32_t a1);
|
||||
static void InitLoginServerCVars(int32_t overwrite, const char* locale)
|
||||
static void InitLoginServerCVars(int32_t overwrite, const char* locale);
|
||||
const char* GetDefaultRealmlistString();
|
||||
const char* GetDefaultPatchListString();
|
||||
|
||||
|
@ -22,9 +22,9 @@ bool CVGxMaximizeCallback(CVar*, const char*, const char*, void*) {
|
||||
}
|
||||
|
||||
bool CVGxResolutionCallback(CVar*, const char*, const char*, void*) {
|
||||
static C2iVector legalSizes[] = {
|
||||
{}
|
||||
}
|
||||
// static C2iVector legalSizes[] = {
|
||||
// {}
|
||||
// }
|
||||
|
||||
// TODO
|
||||
return true;
|
||||
|
Loading…
Reference in New Issue
Block a user