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: spase_ship/space_ship.h
- Revision:
- 49:5b797f126e5c
- Parent:
- 48:bb683d6df5a1
- Child:
- 50:f538885a788b
diff -r bb683d6df5a1 -r 5b797f126e5c spase_ship/space_ship.h --- a/spase_ship/space_ship.h Sun Apr 21 14:57:35 2019 +0000 +++ b/spase_ship/space_ship.h Sun Apr 21 14:59:07 2019 +0000 @@ -29,7 +29,7 @@ int _x; int _y; int _speed; - + int _score; }; #endif