From 4d007f6802246c6411a2838e68e957c2b4d56d3d Mon Sep 17 00:00:00 2001 From: Joris Guyonvarch Date: Wed, 4 Mar 2015 23:27:59 +0100 Subject: Adapt the game to elm version 0.14.1 --- src/Vec2.elm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/Vec2.elm') diff --git a/src/Vec2.elm b/src/Vec2.elm index a77b372..056c657 100644 --- a/src/Vec2.elm +++ b/src/Vec2.elm @@ -1,6 +1,6 @@ module Vec2 where -type Vec2 = +type alias Vec2 = { x : Float , y : Float } -- cgit v1.2.3