[position] Move unmake move stuff to an unmake_move module

This commit is contained in:
Eryn Wells 2025-05-27 11:52:17 -07:00
parent a8ea248972
commit db489af50b
3 changed files with 4 additions and 2 deletions

View file

@ -3,6 +3,7 @@
mod captures;
mod make_move;
mod position;
mod unmake_move;
pub use {
make_move::{MakeMoveError, ValidateMove},