Spread ghost should no longer be placed on top of the ship and octupuses
[ghostsoverboard] / seascene.h
index 1d0c1fc..6795bf4 100644 (file)
@@ -25,6 +25,8 @@ public slots:
 
     void removeGhost(QGraphicsItem * pGhost);
 
+    void ghostsDropped(int ghosts);
+
 protected:
 
     /*! Gives a pointer to a random position if a free one is found. Otherwise returns NULL.
@@ -40,6 +42,10 @@ protected:
 
     QList<QPointF> freeTiles_;
 
+    int ghostsLeft_;
+
+    QList<QGraphicsItem*> movingItems_;
+