version 1.4b27
[polyglot.git] / san.h
1 \r
2 // san.h\r
3 \r
4 #ifndef SAN_H\r
5 #define SAN_H\r
6 \r
7 // includes\r
8 \r
9 #include "board.h"\r
10 #include "util.h"\r
11 \r
12 // functions\r
13 \r
14 extern bool move_to_san         (int move, const board_t * board, char string[], int size);\r
15 extern int  move_from_san       (const char string[], const board_t * board);\r
16 \r
17 extern int  move_from_san_debug (const char string[], const board_t * board);\r
18 \r
19 #endif // !defined SAN_H\r
20 \r
21 // end of san.h\r
22 \r