ELEC2645 (2018/19) / Mbed 2 deprecated fy14lkaa

Dependencies:   mbed

Revision:
28:4786e81ce3e3
Parent:
27:4039cf79b3ec
Child:
29:3cc490f4ffb9
diff -r 4039cf79b3ec -r 4786e81ce3e3 bullet/bullet.h
--- a/bullet/bullet.h	Fri Apr 19 19:40:48 2019 +0000
+++ b/bullet/bullet.h	Sat Apr 20 00:48:05 2019 +0000
@@ -1,7 +1,7 @@
 #include "mbed.h"
 #include "N5110.h"
 #include "Gamepad.h"
-#include "alien.h"
+#include "Alien.h"
 
 /** bullet Class
 @author Laila Al Badwawi, University of Leeds
@@ -20,4 +20,6 @@
     void draw(N5110 &lcd);
      void update();
        void set_velocity(Vector2D v);
-       void set_pos(Vector2D p);
\ No newline at end of file
+       void set_pos(Vector2D p);
+        Vector2D get_pos();
+       
\ No newline at end of file