quake2forge/server/sv_null.c

16 lines
210 B
C
Raw Normal View History

2001-12-22 04:27:19 +00:00
// 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)
{
}