Added a basic gamestate with a controlled mario
[kaka/rust-sdl-test.git] / src / core / mod.rs
index 140bac4..9bcbe0c 100644 (file)
@@ -1,2 +1,3 @@
 pub mod app;
 pub mod controller;
+pub mod game;