X-Git-Url: http://dolda2000.com/gitweb/?a=blobdiff_plain;f=src%2Fcore%2Fcontroller.rs;h=de91928e0fdf2a1a19ad2a1963789198780d3d74;hb=bb3eb700e040846ca793832da4adc133218f2954;hp=3cbe39153af5ab2d3fc6d866d43266745d21572e;hpb=4074267844733949556af129550dfc42fc81da76;p=kaka%2Frust-sdl-test.git diff --git a/src/core/controller.rs b/src/core/controller.rs index 3cbe391..de91928 100644 --- a/src/core/controller.rs +++ b/src/core/controller.rs @@ -1,4 +1,4 @@ -use common::{Angle, Point}; +use geometry::{Angle, Point}; use {hashmap, point}; use sdl2::HapticSubsystem; use sdl2::JoystickSubsystem;