[position] Move unmake move stuff to an unmake_move module
This commit is contained in:
parent
a8ea248972
commit
db489af50b
3 changed files with 4 additions and 2 deletions
|
@ -3,6 +3,7 @@
|
|||
mod captures;
|
||||
mod make_move;
|
||||
mod position;
|
||||
mod unmake_move;
|
||||
|
||||
pub use {
|
||||
make_move::{MakeMoveError, ValidateMove},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue