The status bar in the quakeworld server curses console finally does something. Currently only cpu usage, but as a proof-of-concept, it more than does its job.

This commit is contained in:
Bill Currie 2007-04-09 00:10:10 +00:00 committed by Jeff Teunissen
parent 0aaab839c6
commit 2894182ec5
9 changed files with 201 additions and 41 deletions

View file

@ -457,6 +457,7 @@ extern struct cbuf_args_s *sv_args;
// FIXME: declare exported functions in their own relevant .h
void SV_Init (void);
void SV_Sbar_Init (void);
void SV_Progs_Init (void);
void SV_Progs_Init_Cvars (void);
void SV_PR_Cmds_Init (void);