defined shape of struct CheckInfo in bitboard::checkinfo.rs
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
|
||||
pub struct CheckInfo {
|
||||
pub check_count: u8,
|
||||
pub move_mask: u64
|
||||
}
|
||||
Reference in New Issue
Block a user