ELEC2645 (2018/19) / Mbed 2 deprecated el17aio

Dependencies:   mbed

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;