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:
- 44:0b0d31dc3d05
- Parent:
- 43:df52eec1a127
- Child:
- 45:c58777a61caf
--- a/spase_ship/space_ship.h Sun Apr 21 14:42:03 2019 +0000 +++ b/spase_ship/space_ship.h Sun Apr 21 14:49:03 2019 +0000 @@ -21,7 +21,14 @@ void add_score(); int get_score(); Vector2D get_pos(); - + +private: + + int _height; + + +}; +#endif