wm: glendy

ref: d4e2dd4c6f49c9c0e45a29e7bacdfb37d01b3d93
dir: /srv.h/

View raw version
extern int id;
extern int sockfd[2];

typedef struct
{
	int id;
	int difficulty;
	int state;
	int turn;
	int sockfd[2];
	int grid[SzX][SzY];
	char syncmsg[8];
}Game;