mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2025-05-30 08:20:40 +00:00
take cmd.[ch] back to basics. the gib code is temporarily gone pending
renovations. cmd_source handling is a little hacky in nq, but it's working.
This commit is contained in:
parent
021decc7bd
commit
ad6e025a91
41 changed files with 442 additions and 2586 deletions
|
@ -420,6 +420,9 @@ extern struct progs_s sv_pr_state;
|
|||
|
||||
extern const char *client_info_filters[];
|
||||
|
||||
extern struct cbuf_s *sv_cbuf;
|
||||
extern struct cbuf_args_s *sv_args;
|
||||
|
||||
//===========================================================
|
||||
// FIXME: declare exported functions in their own relevant .h
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue