Generate a grid with cellular automata
[kaka/rust-sdl-test.git] / src / core / mod.rs
index 140bac4..9e25ba4 100644 (file)
@@ -1,2 +1,5 @@
 pub mod app;
 pub mod controller;
+pub mod game;
+pub mod render;
+pub mod level;