The ship now drops all ghosts overboard when hitting an obstacle
[ghostsoverboard] / ship.h
diff --git a/ship.h b/ship.h
index 42ec29a..62acfd1 100644 (file)
--- a/ship.h
+++ b/ship.h
@@ -14,6 +14,9 @@ signals:
     /*! Emitted when a ghost is hit */
     void  pickingGhost(QGraphicsItem* pGhost);
 
+    /*! Emitted when ghosts fall over board */
+    void droppingGhosts (int ghosts);
+
 public slots:
 
 protected: