Add 'File' enum
This commit is contained in:
parent
4eff49f367
commit
bb04368f41
2 changed files with 88 additions and 0 deletions
|
|
@ -1,6 +1,9 @@
|
|||
pub mod bitboard;
|
||||
pub use bitboard::*;
|
||||
|
||||
pub mod file;
|
||||
pub use file::*;
|
||||
|
||||
pub mod rank;
|
||||
pub use rank::*;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue