ref: 8d09c9f0792ba1a5537a5fcae547d7c4fe58bef3 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;