ELEC2645 (2019/20) / Mbed 2 deprecated ELEC2645_Project_el18zc_

Dependencies:   mbed

Revision:
15:7ca2d1b2bd0e
Parent:
11:1eb7f53bd2ec
--- a/Bullet/Bullet.h	Fri May 29 04:25:22 2020 +0000
+++ b/Bullet/Bullet.h	Fri May 29 07:35:45 2020 +0000
@@ -16,7 +16,7 @@
 
 public:
     /**inialisation */
-    void init(int x,int size,int speed,int height);              //initial datas of bullet
+    void init(int x,int size,int speed,int y);              //initial datas of bullet
     /**draw a bullet*/                                                   
     void draw(N5110 &lcd);     
     /**update data*/