Added a jumping trigger and state
[kaka/rust-sdl-test.git] / src / main.rs
index 502789b..b28fd5a 100644 (file)
@@ -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;