editor/framework/src/lib.rs
2021-01-15 13:45:11 -06:00

4 lines
52 B
Rust

mod game;
mod graphics;
pub use crate::game::Game;