refact: client : extract game_runner
This commit is contained in:
parent
c5321e6186
commit
acab0b0593
6 changed files with 86 additions and 125 deletions
|
|
@ -1,5 +1,6 @@
|
|||
// Application.
|
||||
pub mod app;
|
||||
mod game_runner;
|
||||
|
||||
use anyhow::Result;
|
||||
use app::{App, AppArgs};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue