ELEC2645 (2018/19) / Mbed 2 deprecated el17aio

Dependencies:   mbed

Revision:
22:8cad70085883
Parent:
14:88ca5b1a111a
Child:
23:0301effce801
--- a/Weapons/Weapons.h	Sun Apr 14 10:11:43 2019 +0000
+++ b/Weapons/Weapons.h	Sun Apr 14 10:38:54 2019 +0000
@@ -16,8 +16,7 @@
     void init(int ship_xpos, int ship_ypos, int ship_width);
     
     /* Draw the missle */
-    void draw(N5110 &lcd);
-    void draw_i(N5110 &lcd);
+    void draw(N5110 &lcd, int shipno);
     
     /* Gets the projectiles position */
     Vector2D get_pos();