X-Git-Url: http://git.dolda2000.com/gitweb/?a=blobdiff_plain;f=src%2Fmain.rs;h=b28fd5a48e78e01d4aeea10b90956559d73c3c4c;hb=refs%2Fheads%2Fmaster;hp=a068a5842b373130a51f68acffa9084ff121b8e6;hpb=b0137bb6d47c158bff30f2d4fd1faab9d4945d54;p=kaka%2Frust-sdl-test.git diff --git a/src/main.rs b/src/main.rs index a068a58..b28fd5a 100644 --- a/src/main.rs +++ b/src/main.rs @@ -6,12 +6,11 @@ extern crate noise; use core::game::GameState; use core::app::*; -mod teststate; mod core; -#[macro_use] -mod common; -mod boll; +mod geometry; mod sprites; +mod teststate; +mod util; const SCREEN_WIDTH: u16 = 1280; const SCREEN_HEIGHT: u16 = (SCREEN_WIDTH as f64 * (1440.0 / 2560.0)) as u16;