shithub: qk2

ref: 372afde46e7defc9dd2d719a1732b8ace1fa096e
dir: /server/sv_null.c/

View raw version
// 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)
{
}