defined shape of struct MoveBuffer
This commit is contained in:
@@ -0,0 +1,7 @@
|
|||||||
|
use super::bitmove::BitMove;
|
||||||
|
|
||||||
|
pub struct MoveBuffer {
|
||||||
|
|
||||||
|
buffer: [BitMove; 256],
|
||||||
|
count: usize
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user