X-Git-Url: http://dolda2000.com/gitweb/?a=blobdiff_plain;f=src%2Fcore%2Fmod.rs;h=9e25ba45278ccb916c98976a4eee634485f98b0e;hb=a6b57e450092f390103915bb8b936ceb9a116b03;hp=c2a1f0a772b74553c3d9c253ae375f461d8c3e5f;hpb=ee533e13b52bf1fc13139dad7a9612c789c3d827;p=kaka%2Frust-sdl-test.git diff --git a/src/core/mod.rs b/src/core/mod.rs index c2a1f0a..9e25ba4 100644 --- a/src/core/mod.rs +++ b/src/core/mod.rs @@ -2,3 +2,4 @@ pub mod app; pub mod controller; pub mod game; pub mod render; +pub mod level;