[board] Move bitboard lib to "board"
This commit is contained in:
parent
ab55a7994c
commit
d776bd18e2
6 changed files with 2 additions and 2 deletions
4
board/src/bitboard.rs
Normal file
4
board/src/bitboard.rs
Normal file
|
@ -0,0 +1,4 @@
|
|||
// Eryn Wells <eryn@erynwells.me>
|
||||
|
||||
#[derive(Clone, Copy, Debug, Default, Eq, Hash, Ord, PartialEq, PartialOrd)]
|
||||
pub struct BitBoard(pub u64);
|
Loading…
Add table
Add a link
Reference in a new issue