fbook_init(): Remove bogus comment
[pachi.git] / tactics / nlib.h
blobc328420bcb6b92c7b5eea2b8b4bc212b0ab06870
1 #ifndef PACHI_TACTICS_NLIB_H
2 #define PACHI_TACTICS_NLIB_H
4 /* N-liberty semeai defense tactical checks. */
6 #include "board.h"
7 #include "debug.h"
9 struct move_queue;
11 void group_nlib_defense_check(struct board *b, group_t group, enum stone to_play, struct move_queue *q, int tag);
13 #endif