Ikenna Adrian Ozoemena 201157039

Dependencies:   mbed

Revision:
44:a6a361bea806
Parent:
43:500b8cff3715
Child:
45:fe5fc85a5c73
--- a/Health/Health.h	Wed May 08 15:50:40 2019 +0000
+++ b/Health/Health.h	Wed May 08 16:46:21 2019 +0000
@@ -14,8 +14,8 @@
     Health();
     ~Health();
     // enter default position,size of ship and its shape that will change depending on ship
-    void init(int shipno);
-    void draw_health(N5110 &lcd, int shipno);
+    void init(SHIP shipUsed);
+    void draw_health(N5110 &lcd,SHIP shipUsed);
     void draw_shields(N5110 &lcd);
     // Updates the ships position when its x and y position are entered
     void update(int bars,Gamepad &pad);