X-Git-Url: http://git.dolda2000.com/gitweb/?a=blobdiff_plain;f=src%2Fmain.rs;h=b28fd5a48e78e01d4aeea10b90956559d73c3c4c;hb=refs%2Fheads%2Fmaster;hp=502789bc582e75e2feef4cefc17c6b11653d0ec2;hpb=602766547385196282a03bb13cfdb785f6446a7a;p=kaka%2Frust-sdl-test.git diff --git a/src/main.rs b/src/main.rs index 502789b..b28fd5a 100644 --- a/src/main.rs +++ b/src/main.rs @@ -7,10 +7,10 @@ use core::game::GameState; use core::app::*; 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;