Split off the old console parser into idparse.[ch] and prepared the cbuf

struct and support functions for GIB mark III.

Oh yeah, I'm back.
This commit is contained in:
Brian Koropoff 2002-07-31 22:03:53 +00:00
parent ad8176d68c
commit a93b221272
11 changed files with 242 additions and 137 deletions

View file

@ -64,6 +64,7 @@ static const char rcsid[] =
#endif
#include "QF/cbuf.h"
#include "QF/idparse.h"
#include "QF/cdaudio.h"
#include "QF/cmd.h"
#include "QF/console.h"
@ -1662,7 +1663,7 @@ CL_Init_Memory (void)
void
Host_Init (void)
{
cl_cbuf = Cbuf_New ();
cl_cbuf = Cbuf_New (COM_extract_line, COM_parse_line, NULL, NULL);
Cvar_Init_Hash ();
Cmd_Init_Hash ();