[position] Remove castle module (it went to board)

This commit is contained in:
Eryn Wells 2025-05-23 09:50:57 -07:00
parent e89bca9877
commit 609cda0fe5
2 changed files with 0 additions and 235 deletions

View file

@ -1,11 +1,9 @@
// Eryn Wells <eryn@erynwells.me>
mod castle;
mod make_move;
mod position;
pub use {
castle::CastleEvaluationError,
make_move::{MakeMoveError, ValidateMove},
position::Position,
};