Reham Faqehi / Mbed 2 deprecated fy15raf

Dependencies:   mbed

Fork of fy15raf by ELEC2645 (2017/18)

Revision:
6:7b733b2a6cf6
Parent:
5:b230e79d36d6
Child:
8:13cef7cb872e
--- a/Asteroids/Asteroid.h	Thu Apr 19 17:46:28 2018 +0000
+++ b/Asteroids/Asteroid.h	Fri Apr 20 21:03:05 2018 +0000
@@ -15,10 +15,12 @@
     void init(int speed);
     void draw(N5110 &lcd);
     void update();
+    Vector2D get_pos();
 
 private:
 
     Vector2D _velocity;
+    Vector2D p;
     int _size;
     int _x;
     int _y1;