RingRacers/src/android/i_net.c
2025-02-13 15:32:26 -06:00

16 lines
498 B
C

// DR. ROBOTNIK'S RING RACERS
//-----------------------------------------------------------------------------
// Copyright (C) 2025 by Kart Krew.
// Copyright (C) 2020 by Sonic Team Junior.
//
// This program is free software distributed under the
// terms of the GNU General Public License, version 2.
// See the 'LICENSE' file for more details.
//-----------------------------------------------------------------------------
#include "../i_net.h"
boolean I_InitNetwork(void)
{
return false;
}