Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependencies: mbed
Diff: GraphicEngine/GraphicEngine.h
- 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