[board] Move piece! and position! macros to a new macros.rs module
This commit is contained in:
parent
e56b3259e2
commit
2269df2ed9
5 changed files with 22 additions and 21 deletions
|
@ -4,8 +4,9 @@
|
|||
mod bitboard;
|
||||
mod display;
|
||||
mod r#move;
|
||||
mod move_generator;
|
||||
#[macro_use]
|
||||
mod macros;
|
||||
mod move_generator;
|
||||
pub mod piece;
|
||||
#[macro_use]
|
||||
pub mod position;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue