ELEC2645 (2018/19) / Mbed 2 deprecated el17aio

Dependencies:   mbed

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