Add 'ChessBoard'
This commit is contained in:
parent
f633c6e224
commit
384f361da2
2 changed files with 190 additions and 0 deletions
|
|
@ -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::*;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue