ref: 005cceb68e49b40e29120a94e9e7138a54f5e65c
dir: /server/sv_null.c/
// sv_null.c -- this file can stub out the entire server system
// for pure net-only clients
void SV_Init (void)
{
}
void SV_Shutdown (char *finalmsg, qboolean reconnect)
{
}
void SV_Frame (float time)
{
}