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: CrossyChicken/CrossyChicken.h
- Revision:
- 15:b15bf9357cd9
- Parent:
- 13:cd6d2f999057
- Child:
- 17:67dbdfcdcec2
--- a/CrossyChicken/CrossyChicken.h Wed May 13 17:17:57 2020 +0000 +++ b/CrossyChicken/CrossyChicken.h Wed May 13 22:05:17 2020 +0000 @@ -18,10 +18,17 @@ //RIGHT }; +struct RoadObjects +{ + char sprite; + int row; +}; + class CrossyChicken { public: Level *local_level; + int row_number; CrossyChicken(Level *level); public: