Add 'ChessBoard'
This commit is contained in:
parent
bbf5149f71
commit
5a9b3a7d97
2 changed files with 101 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