woah
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
use crate::{misc::split_from, piece::Piece};
|
||||
use std::fmt;
|
||||
|
||||
const BOARD_SIZE: usize = 8;
|
||||
pub const BOARD_SIZE: usize = 8;
|
||||
|
||||
#[derive(Copy, Clone)]
|
||||
pub struct Board {
|
||||
|
||||
Reference in New Issue
Block a user