ELEC2645 (2018/19) / Mbed 2 deprecated el17cr

Dependencies:   mbed

Revision:
5:1a9d84df7207
Parent:
3:5edefa83f8f0
Child:
6:85314a3d69cd
--- a/Ball/Ball.h	Mon Apr 22 16:14:49 2019 +0000
+++ b/Ball/Ball.h	Sat May 04 10:49:53 2019 +0000
@@ -28,9 +28,9 @@
 
     Vector2D _velocity;
     int _size;
-    int _x;
-    int _y;
-    int _speed;
+    float _x;
+    float _y;
+    float _speed;
     
 };
 #endif