Moved out objects from game module
[kaka/rust-sdl-test.git] / src / core / mod.rs
CommitLineData
6ba7aef1 1pub mod app;
3f344b63 2pub mod controller;
b0566120 3pub mod game;
a6b57e45 4pub mod level;
5d7eff9e
TW
5pub mod object;
6pub mod render;