ELEC2645 (2019/20) / Mbed 2 deprecated ELEC2645_Project_el18zc2

Dependencies:   mbed

Revision:
6:b393cfe4e0a7
Parent:
5:7207c9b70108
Child:
7:f61ac963eb07
diff -r 7207c9b70108 -r b393cfe4e0a7 Bullet/Bullet.h
--- a/Bullet/Bullet.h	Wed May 27 21:13:59 2020 +0000
+++ b/Bullet/Bullet.h	Thu May 28 01:11:47 2020 +0000
@@ -19,7 +19,7 @@
     ~Bullet();
     void init(int x,int size,int speed,int height);
     void draw(N5110 &lcd);
-    void update(N5110 &lcd);
+    void update();
     /// accessors and mutators
     void set_velocity(Vector2D v);
     Vector2D get_velocity();