ELEC2645 (2019/20) / Mbed 2 deprecated ELEC2645_Project_el19tb

Dependencies:   mbed

Revision:
18:6be4c3c94a3d
Parent:
13:cd6d2f999057
Child:
40:8cc82e3fce06
--- a/GraphicEngine/GraphicEngine.h	Thu May 14 01:07:27 2020 +0000
+++ b/GraphicEngine/GraphicEngine.h	Thu May 14 03:53:16 2020 +0000
@@ -20,6 +20,12 @@
             int height;
             
         } DrawCar;
+        
+        typedef struct 
+        {
+            int x;
+            int row;        
+        } DrawRoad;
     
     public: