ELEC2645 (2019/20) / Mbed 2 deprecated ELEC2645_Project_el19tb

Dependencies:   mbed

Revision:
53:b6bb4dab7823
Parent:
52:1145e99264ea
Child:
56:2797166656e0
--- a/GraphicEngine/GraphicEngine.h	Mon May 25 17:53:05 2020 +0000
+++ b/GraphicEngine/GraphicEngine.h	Mon May 25 22:26:49 2020 +0000
@@ -59,10 +59,10 @@
         void getPointerPos(int sel);
         //draws the chicken to the LCD screen
         void showFrog(float x, int y, int width, int height, int state);
-    
+        void drawVoidBackGround();
         void drawEndPost(int x);
         void printCongrats();
-        
+        void displayBonusObjects(int x, int y, char c);
         //draws an individual car to the screen
         void showObj(Object *obj, int state);