feat(console): implement RegisterGxCVars

This commit is contained in:
VDm 2025-03-11 00:16:55 +04:00
parent ba97426d5b
commit 35a59942ff
5 changed files with 157 additions and 82 deletions

View file

@ -19,6 +19,8 @@ class CGxFormat {
Formats_Last = 8
};
static const char* formatToColorBitsString[Formats_Last];
// Member variables
bool hwTnL;
bool hwCursor;