X-Git-Url: http://git.dolda2000.com/gitweb/?a=blobdiff_plain;f=src%2Fcore%2Fmod.rs;h=c37e19b8543790bba5c3e8f9d971f8c5772d7042;hb=5d7eff9e9c0f585e9c4d57907f2e72003d39c757;hp=309be62871561b681e14dd0c6e225a057be84710;hpb=3d049b501751d825314db31b7f89d607eaae3e70;p=kaka%2Frust-sdl-test.git diff --git a/src/core/mod.rs b/src/core/mod.rs index 309be62..c37e19b 100644 --- a/src/core/mod.rs +++ b/src/core/mod.rs @@ -1 +1,6 @@ pub mod app; +pub mod controller; +pub mod game; +pub mod level; +pub mod object; +pub mod render;