diff options
author | Joris Guyonvarch | 2015-03-07 15:12:02 +0100 |
---|---|---|
committer | Joris Guyonvarch | 2015-03-07 15:12:02 +0100 |
commit | 17a58e0c4c67f27d87635bf1b2ca50fb11795ad3 (patch) | |
tree | 8de99cdf0b4021ca6db6920537e7d0fa250e90bc /src/Input.elm | |
parent | 336816d2e8ab4afff1562123dfde61bf3a68e61c (diff) |
Organizing source code with subdirectories
Diffstat (limited to 'src/Input.elm')
-rw-r--r-- | src/Input.elm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Input.elm b/src/Input.elm index 3723ba3..28fb2d1 100644 --- a/src/Input.elm +++ b/src/Input.elm @@ -6,7 +6,7 @@ import Random import Time (Time, fps) import Signal (..) -import Vec2 (Vec2) +import Model.Vec2 (Vec2) type alias Input = { dir : Vec2 |