mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2025-05-30 00:10:40 +00:00
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:
parent
0aaab839c6
commit
2894182ec5
9 changed files with 201 additions and 41 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue