ref: aa0761be97fc5a0ba0fb80ca364c24d9dbd56c4d
dir: /netclient.h/
typedef struct { char *omsg; int ntoken; char **tokens; int err; }Netmsg; extern int srvfd; extern char *pnick; extern int pside; extern int pgame; extern int popts; int netmove(int dir); int netput(int x, int y); char* netread(void); void netinit(Game *game); Netmsg* netmain(Game *game);