9 typedef void (*engine_notify_play
)(struct engine
*e
, struct board
*b
, struct move
*m
);
10 typedef coord_t
*(*engine_genmove
)(struct engine
*e
, struct board
*b
, enum stone color
);
15 engine_notify_play notify_play
;
16 engine_genmove genmove
;