Class restructure for octopus
[ghostsoverboard] / ship.cpp
index 5c353d8..1e80194 100644 (file)
--- a/ship.cpp
+++ b/ship.cpp
@@ -53,3 +53,9 @@ void Ship::updateShipImage()
     int index = qBound(0,ghostsAboard_,shipImages_.length()-1);
     setPixmap(shipImages_.at(index));
 }
+
+void Ship::dropAllGhosts()
+{
+//TODO
+}
+