1 #ifndef PACHI_TACTICS_2LIB_H
2 #define PACHI_TACTICS_2LIB_H
4 /* Two-liberty tactical checks (i.e. dealing with two-step capturing races,
5 * preventing atari). */
12 void can_atari_group(struct board
*b
, group_t group
, enum stone owner
, enum stone to_play
, struct move_queue
*q
, int tag
, bool use_def_no_hopeless
);
13 void group_2lib_check(struct board
*b
, group_t group
, enum stone to_play
, struct move_queue
*q
, int tag
, bool use_miaisafe
, bool use_def_no_hopeless
);