engine: server: sv_main: added status line for dedicated server console

This commit is contained in:
SNMetamorph
2022-04-06 16:06:16 +04:00
committed by a1batross
parent 95ee88720c
commit 22815d2784
4 changed files with 71 additions and 15 deletions

View File

@@ -470,6 +470,7 @@ void SV_SendResource( resource_t *pResource, sizebuf_t *msg );
void SV_SendResourceList( sv_client_t *cl );
void SV_AddToMaster( netadr_t from, sizebuf_t *msg );
qboolean SV_ProcessUserAgent( netadr_t from, const char *useragent );
int SV_GetConnectedClientsCount( int *bots );
void Host_SetServerState( int state );
qboolean SV_IsSimulating( void );
void SV_FreeClients( void );