X-Git-Url: http://dolda2000.com/gitweb/?a=blobdiff_plain;f=src%2Fmain.rs;h=d60ad5518f39cf672c0b5f60bc1e6183de9dd798;hb=5433a77fa53c337c07577dc02d769616945d58ea;hp=a068a5842b373130a51f68acffa9084ff121b8e6;hpb=b0137bb6d47c158bff30f2d4fd1faab9d4945d54;p=kaka%2Frust-sdl-test.git diff --git a/src/main.rs b/src/main.rs index a068a58..d60ad55 100644 --- a/src/main.rs +++ b/src/main.rs @@ -6,12 +6,12 @@ extern crate noise; use core::game::GameState; use core::app::*; -mod teststate; -mod core; -#[macro_use] -mod common; mod boll; +mod core; +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;