1 #ifndef ZZGO_UCT_SLAVE_H
2 #define ZZGO_UCT_SLAVE_H
10 enum parse_code
uct_notify(struct engine
*e
, struct board
*b
, int id
, char *cmd
, char *args
, char **reply
);
11 char *uct_genmoves(struct engine
*e
, struct board
*b
, struct time_info
*ti
, enum stone color
, char *args
, bool pass_all_alive
);