Moved out objects from game module
[kaka/rust-sdl-test.git] / src / core / mod.rs
index c2a1f0a..c37e19b 100644 (file)
@@ -1,4 +1,6 @@
 pub mod app;
 pub mod controller;
 pub mod game;
+pub mod level;
+pub mod object;
 pub mod render;