Add 'ChessBoard'

This commit is contained in:
Bruno BELANYI 2022-07-28 21:19:40 +02:00
parent f633c6e224
commit 384f361da2
2 changed files with 190 additions and 0 deletions

View file

@ -4,6 +4,9 @@ pub use bitboard::*;
pub mod castle_rights;
pub use castle_rights::*;
pub mod chess_board;
pub use chess_board::*;
pub mod color;
pub use color::*;