mirror of
https://github.com/id-Software/Quake-2.git
synced 2026-03-20 00:49:31 +01:00
The original Quake 2 sources as originally released under the GPL license on December 21, 2001.
This commit is contained in:
15
server/sv_null.c
Normal file
15
server/sv_null.c
Normal file
@@ -0,0 +1,15 @@
|
||||
// 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)
|
||||
{
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user