mirror of
https://github.com/thunderbrewhq/thunderbrew
synced 2025-12-12 11:12:29 +00:00
feat(whoa): implement the ability to shut down the client gracefully, saving CVars upon exit
This commit is contained in:
parent
17ccf2a8bb
commit
0105c72da0
11 changed files with 186 additions and 25 deletions
|
|
@ -31,8 +31,6 @@ const char* ConsoleCommandHistory(uint32_t index);
|
|||
|
||||
uint32_t ConsoleCommandHistoryDepth();
|
||||
|
||||
int32_t ConsoleCommandRegister(const char* command, COMMANDHANDLER handler, CATEGORY category, const char* helpText);
|
||||
|
||||
void ConsoleInitializeCommonCommand();
|
||||
|
||||
void ConsoleInitializeDebugCommand();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue