Quake-2

Quake 2 GPL Source Release
Log | Files | Refs

sv_null.c (210B)


      1 // sv_null.c -- this file can stub out the entire server system
      2 // for pure net-only clients
      3 
      4 void SV_Init (void)
      5 {
      6 }
      7 
      8 void SV_Shutdown (char *finalmsg, qboolean reconnect)
      9 {
     10 }
     11 
     12 void SV_Frame (float time)
     13 {
     14 }
     15