Laila Al Badwawi 200906179 SpaceInvaders I declare this my own independent work and understand the university rules on plagiarism.

Dependencies:   mbed

Revision:
131:2084e4a8338f
Parent:
105:b206078335a3
Child:
133:eed60548d170
--- a/Spaceship/Spaceship.h	Mon May 06 13:47:06 2019 +0000
+++ b/Spaceship/Spaceship.h	Mon May 06 14:35:13 2019 +0000
@@ -38,9 +38,9 @@
     void set_pos(int x, int y);
     int  get_pos_y();
     int  get_pos_x();
-    //void read_input(Gamepad &pad);
-    //void add_score();
-    //int get_score();
+    void read_input(Gamepad &pad);
+    void add_score();
+    int get_score();
 
 
 private: