diff options
Diffstat (limited to 'src/Utils/Physics.elm')
-rw-r--r-- | src/Utils/Physics.elm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/Utils/Physics.elm b/src/Utils/Physics.elm index acf37ae..5da3737 100644 --- a/src/Utils/Physics.elm +++ b/src/Utils/Physics.elm @@ -1,8 +1,8 @@ -module Utils.Physics +module Utils.Physics exposing ( getNewPosAndSpeed , getMove , getWaveMove - ) where + ) import Model.Vec2 exposing (..) |