SRB2/src/dummy/i_net.c
2014-03-15 13:11:35 -04:00

7 lines
70 B
C

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