← Back to ratslair.com
aboutsummaryrefslogtreecommitdiff
path: root/client.c
blob: c3df1eb50dd634154e94e3b5cbdc9981f5fc07db (plain)
1
2
3
4
5
6
7
#include "server.c"

int main()
{
	char ip[30] = "127.0.0.1";
	joinGame(ip);
}