This repository has been archived on 2025-03-28. You can view files and clone it, but cannot push or open issues or pull requests.
Files
SeaBattle/rust/sea_battle_cli_player/src/lib.rs

9 lines
126 B
Rust

extern crate core;
pub mod cli_args;
pub mod client;
pub mod consts;
pub mod server;
pub mod ui_screens;
pub mod ui_widgets;