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: engine/main.h
- Revision:
- 4:a6ca44e29e97
- Parent:
- 2:a48df109588e
- Child:
- 7:d1a1f7c5eb0d
diff -r 124a5eb55c77 -r a6ca44e29e97 engine/main.h --- a/engine/main.h Tue May 01 09:06:51 2018 +0000 +++ b/engine/main.h Tue May 01 10:03:55 2018 +0000 @@ -4,6 +4,8 @@ int y_player; int x_car; int y_car; +int x_car2; +int y_car2; int score; int difficulty; char str[14];