X-Git-Url: http://winboard.nl/cgi-bin?p=polyglot.git;a=blobdiff_plain;f=fen.h;h=0b9e21bce216d73d756f00c4d6f0d4e2e0efa4cd;hp=fe5183eb5f9344fb0418903e07910b992ec0a001;hb=HEAD;hpb=64f72f31685ea1dff12b19b22cfaf7a53ccc079f diff --git a/fen.h b/fen.h index fe5183e..0b9e21b 100644 --- a/fen.h +++ b/fen.h @@ -1,24 +1,24 @@ - -// fen.h - -#ifndef FEN_H -#define FEN_H - -// includes - -#include "board.h" -#include "util.h" - -// "constants" - -extern const char * StartFen; - -// functions - -extern bool board_from_fen (board_t * board, const char string[]); -extern bool board_to_fen (const board_t * board, char string[], int size); - -#endif // !defined FEN_H - -// end of fen.h - + +// fen.h + +#ifndef FEN_H +#define FEN_H + +// includes + +#include "board.h" +#include "util.h" + +// "constants" + +extern const char * StartFen; + +// functions + +extern bool board_from_fen (board_t * board, const char string[]); +extern bool board_to_fen (const board_t * board, char string[], int size); + +#endif // !defined FEN_H + +// end of fen.h +