mirror of
https://git.code.sf.net/p/quake/newtree
synced 2025-06-02 01:51:37 +00:00
commands and aliases now use hash tables
This commit is contained in:
parent
57b02fad06
commit
dd5363cdb5
4 changed files with 71 additions and 34 deletions
|
@ -75,6 +75,7 @@ then searches for a command or variable that matches the first token.
|
|||
|
||||
typedef void (*xcommand_t) (void);
|
||||
|
||||
void Cmd_Init_Hash (void);
|
||||
void Cmd_Init (void);
|
||||
void cl_Cmd_Init (void);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue