feat(console): implement RegisterGxCVars

This commit is contained in:
VDm 2025-03-29 23:08:51 +04:00
parent 841cc1a476
commit 758099c076
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;