ref: 0aa6224ba8a9e82b3d11a517eb29a619e845f32e 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;