ELEC2645 (2019/20) / Mbed 2 deprecated ELEC2645_Project_el19tb

Dependencies:   mbed

Revision:
52:1145e99264ea
Parent:
50:9ffeb4a10c0a
Child:
53:b6bb4dab7823
--- a/GraphicEngine/GraphicEngine.h	Mon May 25 16:58:50 2020 +0000
+++ b/GraphicEngine/GraphicEngine.h	Mon May 25 17:53:05 2020 +0000
@@ -64,13 +64,15 @@
         void printCongrats();
         
         //draws an individual car to the screen
-        void showObj(Object *obj);
+        void showObj(Object *obj, int state);
         
         void newLevelIntro();
         void newLevel1();
         void newLevel2();
         void newLevel3();
         void newLevelGo();
+
+        void displayTurtles(int x, int y, char c, int turtle_state);
         
         void drawSafetyLanes();
         void displayLog(int x, int y, char c);
@@ -82,4 +84,5 @@
 };
 
 #endif
+    
     
\ No newline at end of file