ELEC2645 (2018/19) / Mbed 2 deprecated fy14lkaa

Dependencies:   mbed

Revision:
29:3cc490f4ffb9
Parent:
28:4786e81ce3e3
Child:
30:9688950d9f38
--- a/bullet/bullet.h	Sat Apr 20 00:48:05 2019 +0000
+++ b/bullet/bullet.h	Sat Apr 20 00:51:24 2019 +0000
@@ -19,7 +19,7 @@
     void init(int size,int speed);
     void draw(N5110 &lcd);
      void update();
-       void set_velocity(Vector2D v);
-       void set_pos(Vector2D p);
+    void set_velocity(Vector2D v);
+    void set_pos(Vector2D p);
         Vector2D get_pos();
-       
\ No newline at end of file
+         Vector2D get_velocity();
\ No newline at end of file