X-Git-Url: http://winboard.nl/cgi-bin?p=polyglot.git;a=blobdiff_plain;f=book.h;h=9f3440a0ced2f510b5d1f0083e00434ed70e2ccc;hp=0883fc3de6fab1f6629ae4f0fb96ccfe78d1fa20;hb=aaf072500213db1bed274a2dd8ebe711f21ab898;hpb=1087eb7b2d8447adf9a7deb549d4004a87b46b10 diff --git a/book.h b/book.h index 0883fc3..9f3440a 100644 --- a/book.h +++ b/book.h @@ -8,6 +8,7 @@ #include "board.h" #include "util.h" +#include "list.h" // functions @@ -19,6 +20,7 @@ extern void book_close (); extern bool is_in_book (const board_t * board); extern int book_move (const board_t * board, bool random); +extern void book_moves (list_t * list, const board_t * board); extern void book_disp (const board_t * board); extern void book_learn_move (const board_t * board, int move, int result);