X-Git-Url: http://git.dolda2000.com/gitweb/?a=blobdiff_plain;f=src%2Fmain.rs;h=b28fd5a48e78e01d4aeea10b90956559d73c3c4c;hb=refs%2Fheads%2Fmaster;hp=d60ad5518f39cf672c0b5f60bc1e6183de9dd798;hpb=5433a77fa53c337c07577dc02d769616945d58ea;p=kaka%2Frust-sdl-test.git diff --git a/src/main.rs b/src/main.rs index d60ad55..b28fd5a 100644 --- a/src/main.rs +++ b/src/main.rs @@ -6,7 +6,6 @@ extern crate noise; use core::game::GameState; use core::app::*; -mod boll; mod core; mod geometry; mod sprites;