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