wm: glendy

ref: 3f23bc4d26422ae2a77ffd10b4e9941edaa24fc7
dir: /srv.h/

View raw version
typedef struct
{
	int fd;
	char[16] cookie;

}Client;

typedef struct
{
	int id;
	List msgs;
	int state;
	int turn;
	Client player[2];
	int grid[SzX][SzY];
}Game;