Add 'Color' enum
This commit is contained in:
parent
3a6c4113fc
commit
e0c667d090
2 changed files with 105 additions and 0 deletions
|
|
@ -1,6 +1,9 @@
|
|||
pub mod bitboard;
|
||||
pub use bitboard::*;
|
||||
|
||||
pub mod color;
|
||||
pub use color::*;
|
||||
|
||||
pub mod direction;
|
||||
pub use direction::*;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue