new prelude
This commit is contained in:
parent
b733bd0b38
commit
c017c3e915
1 changed files with 8 additions and 1 deletions
|
|
@ -89,6 +89,13 @@ pub mod uci;
|
|||
/// The eschac prelude.
|
||||
pub mod prelude {
|
||||
pub use crate::{
|
||||
bitboard::Bitboard, board::*, position::Position, san::San, setup::Setup, uci::UciMove,
|
||||
bitboard::Bitboard,
|
||||
board::Piece,
|
||||
board::{ByCastlingSide, ByColor, ByFile, ByRank, ByRole, BySquare},
|
||||
board::{CastlingSide, Color, File, Rank, Role, Square},
|
||||
position::Position,
|
||||
san::San,
|
||||
setup::Setup,
|
||||
uci::UciMove,
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue