0
0
Fork 0
mirror of https://git.do.srb2.org/STJr/SRB2.git synced 2025-03-02 07:12:02 +00:00
SRB2/src/android/i_net.c
2014-03-15 13:11:35 -04:00

6 lines
70 B
C

#include "../i_net.h"
boolean I_InitNetwork(void)
{
return false;
}