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.cpp
- Revision:
- 89:2eb3b6624117
- Parent:
- 88:a19f315551ea
- Child:
- 90:a992605aeb8d
--- a/spase_ship/space_ship.cpp Sun Apr 28 15:11:52 2019 +0000 +++ b/spase_ship/space_ship.cpp Sun Apr 28 15:16:44 2019 +0000 @@ -47,4 +47,9 @@ void space_ship::add_score() { _score++; -} \ No newline at end of file +} + +int space_ship::get_score() +{ + return _score; +}