mirror of
https://github.com/thunderbrewhq/thunderbrew
synced 2025-12-12 11:12:29 +00:00
fix(console): forward declare command handlers
This commit is contained in:
parent
089d5438a1
commit
c3827174e9
3 changed files with 13 additions and 3 deletions
|
|
@ -44,8 +44,11 @@ class CVar : public TSHashObject<CVar, HASHKEY_STRI> {
|
|||
int32_t Update();
|
||||
};
|
||||
|
||||
|
||||
int32_t SetCommandHandler(const char* command, const char* arguments);
|
||||
int32_t CvarResetCommandHandler(const char* command, const char* arguments);
|
||||
int32_t CvarDefaultCommandHandler(const char* command, const char* arguments);
|
||||
int32_t CvarListCommandHandler(const char* command, const char* arguments);
|
||||
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