mirror of
https://git.do.srb2.org/STJr/SRB2.git
synced 2024-11-18 10:31:42 +00:00
7 lines
70 B
C
7 lines
70 B
C
|
#include "../i_net.h"
|
||
|
|
||
|
boolean I_InitNetwork(void)
|
||
|
{
|
||
|
return false;
|
||
|
}
|