Start bitboard migration... Long long cries coming

This commit is contained in:
2024-02-04 19:16:10 +01:00
parent f0d6f57dd1
commit e49e9b8f9d
5 changed files with 133 additions and 50 deletions

View File

@@ -90,7 +90,7 @@ enum {
* ffff: file
* rrrr: rank
*/
typedef unsigned char square_t;
typedef uchar square_t;
/* castle_t bits structure
*/