X-Git-Url: http://winboard.nl/cgi-bin?p=polyglot.git;a=blobdiff_plain;f=move_gen.h;h=c62e2c42fc12582e86648282bb5409d8c7fcd3e9;hp=b4dc1f2f085be6fe23ef810bc5f2f1f5cba1f0fb;hb=HEAD;hpb=64f72f31685ea1dff12b19b22cfaf7a53ccc079f diff --git a/move_gen.h b/move_gen.h index b4dc1f2..c62e2c4 100644 --- a/move_gen.h +++ b/move_gen.h @@ -1,21 +1,21 @@ - -// move_gen.h - -#ifndef MOVE_GEN_H -#define MOVE_GEN_H - -// includes - -#include "board.h" -#include "list.h" -#include "util.h" - -// functions - -extern void gen_legal_moves (list_t * list, const board_t * board); -extern void gen_moves (list_t * list, const board_t * board); - -#endif // !defined MOVE_GEN_H - -// end of move_gen.h - + +// move_gen.h + +#ifndef MOVE_GEN_H +#define MOVE_GEN_H + +// includes + +#include "board.h" +#include "list.h" +#include "util.h" + +// functions + +extern void gen_legal_moves (list_t * list, const board_t * board); +extern void gen_moves (list_t * list, const board_t * board); + +#endif // !defined MOVE_GEN_H + +// end of move_gen.h +