Galactica/src/game/mod.rs
2024-01-01 15:46:39 -08:00

7 lines
110 B
Rust

//! This module is responsible for high-level game control logic.
mod camera;
mod game;
pub use game::Game;