editor/framework/src/lib.rs

5 lines
52 B
Rust
Raw Normal View History

mod game;
2021-01-15 19:45:11 +00:00
mod graphics;
2021-01-15 16:46:55 +00:00
pub use crate::game::Game;