command line and config file parsing ala OT

This commit is contained in:
Bill Currie 2000-05-21 09:49:25 +00:00
parent 6bb69779a4
commit ce25c13a65
4 changed files with 228 additions and 114 deletions

View file

@ -112,6 +112,9 @@ void Cmd_ForwardToServer (void);
void Cmd_StuffCmds_f (void);
void Cbuf_Execute_Sets (void);
void Cmd_Exec_File (char *path);
extern char com_token[1024];
char *COM_Parse (char *data);