icculus quake2 doxygen  1.0 dev
sv_null.c File Reference

Go to the source code of this file.

Functions

void SV_Init (void)
 
void SV_Shutdown (char *finalmsg, qboolean reconnect)
 
void SV_Frame (float time)
 

Function Documentation

◆ SV_Frame()

void SV_Frame ( float  time)

Definition at line 31 of file sv_null.c.

32 {
33 }

◆ SV_Init()

void SV_Init ( void  )

Definition at line 23 of file sv_null.c.

24 {
25 }

Referenced by Qcommon_Init().

◆ SV_Shutdown()

void SV_Shutdown ( char *  finalmsg,
qboolean  reconnect 
)

Definition at line 27 of file sv_null.c.

28 {
29 }

Referenced by CL_Connect_f(), Com_Error(), Com_Quit(), SV_InitGame(), and SV_KillServer_f().