X-Git-Url: http://winboard.nl/cgi-bin?p=polyglot.git;a=blobdiff_plain;f=san.h;h=8aa74cf3006a6cb9184db03ad2d966fb953b559f;hp=5966561ede065a15503af3f9b9dfeec5987ccb86;hb=ae338a820ef1c16d4399958613bbc0b908904b91;hpb=e516b96c20d27e7d86d3485b010d6d48cecec9f1 diff --git a/san.h b/san.h index 5966561..8aa74cf 100644 --- a/san.h +++ b/san.h @@ -1,22 +1,22 @@ - -// san.h - -#ifndef SAN_H -#define SAN_H - -// includes - -#include "board.h" -#include "util.h" - -// functions - -extern bool move_to_san (int move, const board_t * board, char string[], int size); -extern int move_from_san (const char string[], const board_t * board); - -extern int move_from_san_debug (const char string[], const board_t * board); - -#endif // !defined SAN_H - -// end of san.h - + +// san.h + +#ifndef SAN_H +#define SAN_H + +// includes + +#include "board.h" +#include "util.h" + +// functions + +extern bool move_to_san (int move, const board_t * board, char string[], int size); +extern int move_from_san (const char string[], const board_t * board); + +extern int move_from_san_debug (const char string[], const board_t * board); + +#endif // !defined SAN_H + +// end of san.h +