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