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:
- 18:6be4c3c94a3d
- Parent:
- 13:cd6d2f999057
- Child:
- 40:8cc82e3fce06
--- a/GraphicEngine/GraphicEngine.h Thu May 14 01:07:27 2020 +0000 +++ b/GraphicEngine/GraphicEngine.h Thu May 14 03:53:16 2020 +0000 @@ -20,6 +20,12 @@ int height; } DrawCar; + + typedef struct + { + int x; + int row; + } DrawRoad; public: