3 lines
77 B
Rust
3 lines
77 B
Rust
mod entity;
|
|
pub use entity::{Board, Cell, Move, CELL_EMPTY, CELL_O, CELL_X};
|
mod entity;
|
|
pub use entity::{Board, Cell, Move, CELL_EMPTY, CELL_O, CELL_X};
|