X-Git-Url: http://www.dolda2000.com/gitweb/?a=blobdiff_plain;f=src%2Fmain.rs;h=d60ad5518f39cf672c0b5f60bc1e6183de9dd798;hb=5433a77fa53c337c07577dc02d769616945d58ea;hp=4a88954358e57ca71a18567a93df1788d78be2da;hpb=953b4c960649b82f4e186c2a9afee5367270f0fc;p=kaka%2Frust-sdl-test.git diff --git a/src/main.rs b/src/main.rs index 4a88954..d60ad55 100644 --- a/src/main.rs +++ b/src/main.rs @@ -7,11 +7,11 @@ use core::game::GameState; use core::app::*; mod boll; -mod common; 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;