mirror of
https://git.do.srb2.org/KartKrew/Kart-Public.git
synced 2024-12-28 13:21:10 +00:00
7 lines
70 B
C
7 lines
70 B
C
|
#include "../i_net.h"
|
||
|
|
||
|
boolean I_InitNetwork(void)
|
||
|
{
|
||
|
return false;
|
||
|
}
|