[position] Remove castle module (it went to board)
This commit is contained in:
parent
e89bca9877
commit
609cda0fe5
2 changed files with 0 additions and 235 deletions
|
@ -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,
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue