mirror of
https://git.do.srb2.org/STJr/SRB2.git
synced 2025-01-22 17:21:24 +00:00
6 lines
78 B
C
6 lines
78 B
C
#include "../netcode/i_net.h"
|
|
|
|
boolean I_InitNetwork(void)
|
|
{
|
|
return false;
|
|
}
|