commands and aliases now use hash tables

This commit is contained in:
Bill Currie 2001-01-04 20:51:35 +00:00
parent 57b02fad06
commit dd5363cdb5
4 changed files with 71 additions and 34 deletions

View file

@ -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);