ELEC2645 (2019/20) / Mbed 2 deprecated ELEC2645_Project_el19tb

Dependencies:   mbed

Revision:
49:6cad8b6ec5f2
Parent:
47:29c4796a49e5
Child:
50:9ffeb4a10c0a
--- a/GraphicEngine/GraphicEngine.h	Sat May 23 21:47:19 2020 +0000
+++ b/GraphicEngine/GraphicEngine.h	Sun May 24 02:30:49 2020 +0000
@@ -51,13 +51,14 @@
         void printTest();
         void printLoser();
         void print();
+        void drawDangerZone();
 
         void drawGoalPost();
 
         //draws the chicken to the LCD screen
         void showFrog(float x, int y, int width, int height, int state);
     
-        void drawGoal(int x, int row);
+        void drawEndPost();
         
         //draws an individual car to the screen
         void showObj(Object *obj);