wm: glendy

ref: 5762ee2b7d3b7835e9c9c8107301d0926dbbda0d
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;