ELEC2645 (2019/20) / Mbed 2 deprecated ELEC2645_Project_ll17lrc_v2

Dependencies:   mbed

Revision:
8:10eb578dd754
Parent:
7:35465b3bf586
Child:
13:fd290d2fd917
--- a/Ball/Ball.h	Mon May 18 14:28:05 2020 +0000
+++ b/Ball/Ball.h	Mon May 18 15:08:54 2020 +0000
@@ -18,7 +18,7 @@
     ~Ball();
     void init(int x,int y);
     void draw(N5110 &lcd);
-    void update(Direction d);
+    void update(Direction d,Gamepad &pad);
     void level_finish();
     int get_ball_x_pos();
     int get_ball_y_pos();