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: Ship/Ship.cpp
- Revision:
- 14:88ca5b1a111a
- Parent:
- 13:e114d362186d
- Child:
- 26:a53d41adf40b
--- a/Ship/Ship.cpp Wed Apr 10 12:04:07 2019 +0000 +++ b/Ship/Ship.cpp Wed Apr 10 18:50:17 2019 +0000 @@ -86,7 +86,7 @@ return ship_pos; } -void Ship::set_ship(int ship_width, int ship_height) +void Ship::set_dimensions(int ship_width, int ship_height) { _ship_width = ship_width; _ship_height = ship_height;