Add 'board::Direction' enum

This commit is contained in:
Bruno BELANYI 2022-07-17 23:06:43 +02:00
parent e8b5c9f73c
commit 4e98678ccd
2 changed files with 25 additions and 0 deletions

View file

@ -1,6 +1,9 @@
pub mod bitboard;
pub use bitboard::*;
pub mod directions;
pub use directions::*;
pub mod file;
pub use file::*;