ELEC2645 (2018/19) / Mbed 2 deprecated el17aio

Dependencies:   mbed

Revision:
24:ab821bfeb383
Parent:
23:0301effce801
Child:
26:a53d41adf40b
--- a/Weapons/Weapons.h	Sun Apr 14 11:34:14 2019 +0000
+++ b/Weapons/Weapons.h	Sun Apr 14 18:11:32 2019 +0000
@@ -19,7 +19,7 @@
     void draw(N5110 &lcd,Gamepad &pad, int shipno);
     
     /* Gets the projectiles position */
-    Vector2D get_pos();
+    Vector2D get_pos(int shipno);
     
     /* Moves the projectile across the screen */
     void update();