ELEC2645 (2019/20) / Mbed 2 deprecated ELEC2645_Project_el19tb

Dependencies:   mbed

Revision:
50:9ffeb4a10c0a
Parent:
49:6cad8b6ec5f2
Child:
52:1145e99264ea
--- a/GraphicEngine/GraphicEngine.h	Sun May 24 02:30:49 2020 +0000
+++ b/GraphicEngine/GraphicEngine.h	Mon May 25 02:18:57 2020 +0000
@@ -54,24 +54,32 @@
         void drawDangerZone();
 
         void drawGoalPost();
-
+        void drawMenu();
+        void drawPointer(int y);
+        void getPointerPos(int sel);
         //draws the chicken to the LCD screen
         void showFrog(float x, int y, int width, int height, int state);
     
-        void drawEndPost();
+        void drawEndPost(int x);
+        void printCongrats();
         
         //draws an individual car to the screen
         void showObj(Object *obj);
         
-
+        void newLevelIntro();
+        void newLevel1();
+        void newLevel2();
+        void newLevel3();
+        void newLevelGo();
+        
+        void drawSafetyLanes();
         void displayLog(int x, int y, char c);
         void displayVehicle(int x, int y, char c);
 
-        void drawSafetyLanes();
-
+        void drawTutor1();
+        void drawTutor2();
+        void drawTutor3();
 };
 
 #endif
-    
-    
     
\ No newline at end of file