9 lines
169 B
Rust
9 lines
169 B
Rust
mod board;
|
|
mod connecting_screen;
|
|
mod die;
|
|
mod game_screen;
|
|
mod score_panel;
|
|
mod scoring;
|
|
|
|
pub use connecting_screen::ConnectingScreen;
|
|
pub use game_screen::GameScreen;
|