mirror of
https://github.com/WinampDesktop/winamp.git
synced 2025-06-10 11:59:58 -05:00
Quack 3: Arena
This commit is contained in:
committed by
GitHub
parent
0bf99969fd
commit
40035fa235
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