X-Git-Url: http://winboard.nl/cgi-bin?p=polyglot.git;a=blobdiff_plain;f=search.h;h=1206ea856ef520a4ebb3628c8fb7abc462e2655f;hp=9e5556804706d4bacdbafd31baa1652699df4f37;hb=HEAD;hpb=64f72f31685ea1dff12b19b22cfaf7a53ccc079f diff --git a/search.h b/search.h index 9e55568..1206ea8 100644 --- a/search.h +++ b/search.h @@ -1,25 +1,25 @@ -// search.h - -#ifndef SEARCH_H -#define SEARCH_H - -// includes - -#include "board.h" -#include "util.h" - -// constants - -const int DepthMax = 63; - -// functions - -extern void search (const board_t * board, int depth_max, double time_max); -extern void search_perft (const board_t * board, int depth_max); - -extern void do_perft (int argc, char * argv[]); - -#endif // !defined SEARCH_H - -// end of search.h - +// search.h + +#ifndef SEARCH_H +#define SEARCH_H + +// includes + +#include "board.h" +#include "util.h" + +// defines + +#define DepthMax 63 + +// functions + +extern void search (const board_t * board, int depth_max, double time_max); +extern void search_perft (const board_t * board, int depth_max); + +extern void do_perft (int argc, char * argv[]); + +#endif // !defined SEARCH_H + +// end of search.h +