ref: 3f1554c65693b94df4c479068ee700722dfeb78d dir: /srv.h/
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;