mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2025-10-30 08:01:28 +00:00
6 lines
70 B
C
6 lines
70 B
C
#include "../i_net.h"
|
|
|
|
boolean I_InitNetwork(void)
|
|
{
|
|
return false;
|
|
}
|