wm: glendy

ref: c9ebf7748f71b911250439641ea05f138a7e6ef1
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;