1
0
Fork 0
wgpu-rs/src/entities/mod.rs
2020-11-29 18:18:11 +01:00

5 lines
No EOL
72 B
Rust

mod entity;
mod player;
pub use entity::Entity;
pub use player::Player;