wm: glendy

ref: fcc5547939c0d27e905c629fd97683640e869aba
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;