wm: glendy

ref: 906b129d849c2c1dcf10de48ad6c75f3e64bab9a
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;