Moved geometry to root level
[kaka/rust-sdl-test.git] / src / main.rs
index a068a58..4a88954 100644 (file)
@@ -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 common;
+mod core;
+mod geometry;
 mod sprites;
+mod teststate;
 
 const SCREEN_WIDTH: u16 = 1280;
 const SCREEN_HEIGHT: u16 = (SCREEN_WIDTH as f64 * (1440.0 / 2560.0)) as u16;