ELEC2645 (2018/19) / Mbed 2 deprecated el17aio

Dependencies:   mbed

Revision:
14:88ca5b1a111a
Parent:
9:241a1a7d8527
Child:
22:8cad70085883
--- a/Weapons/Weapons.h	Wed Apr 10 12:04:07 2019 +0000
+++ b/Weapons/Weapons.h	Wed Apr 10 18:50:17 2019 +0000
@@ -17,6 +17,7 @@
     
     /* Draw the missle */
     void draw(N5110 &lcd);
+    void draw_i(N5110 &lcd);
     
     /* Gets the projectiles position */
     Vector2D get_pos();