mirror of
https://github.com/thunderbrewhq/thunderbrew
synced 2025-12-12 03:02:30 +00:00
feat(console): limited console implementation
This commit is contained in:
parent
9c3bc2203d
commit
384e52c7d1
31 changed files with 1370 additions and 47 deletions
|
|
@ -38,4 +38,8 @@ class CVar : public TSHashObject<CVar, HASHKEY_STRI> {
|
|||
int32_t Update();
|
||||
};
|
||||
|
||||
int32_t CvarCommandHandler(const char* command, const char* arguments);
|
||||
|
||||
int32_t CvarListCommandHandler(const char* command, const char* arguments);
|
||||
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue