ELEC2645 (2019/20) / Mbed 2 deprecated ELEC2645_Project_el19tb

Dependencies:   mbed

Revision:
4:aae7f8d4ab78
Parent:
3:648c9d5001be
Child:
5:6e3afee7eac3
--- a/GraphicEngine/GraphicEngine.h	Mon May 04 03:55:03 2020 +0000
+++ b/GraphicEngine/GraphicEngine.h	Wed May 06 16:53:18 2020 +0000
@@ -8,7 +8,7 @@
 #include "mbed.h"
 #include "N5110.h"
 #include "Gamepad.h"
-
+#include <vector>
 
 class GraphicEngine {
     
@@ -27,7 +27,7 @@
     void showChicken();
 
     //draws an individual car to the screen
-    void showCar(Car car[]);
+    void showCar(Car *car);
     
     void clear();