Do rendering via a renderer instead of sdl
[kaka/rust-sdl-test.git] / src / core / mod.rs
index 140bac4..c2a1f0a 100644 (file)
@@ -1,2 +1,4 @@
 pub mod app;
 pub mod controller;
+pub mod game;
+pub mod render;