X-Git-Url: http://vcs.maemo.org/git/?a=blobdiff_plain;f=seascene.h;h=6795bf447ecdcaf0a9444e9142b4d59a46c61dc6;hb=025629381547622b3a6104df83846f385accde07;hp=1d0c1fc9d35f95c1c2cff9b73d51c093f9a13490;hpb=0fbb8077e72fd28bd5d89fbac989fd0e0d2c45b8;p=ghostsoverboard diff --git a/seascene.h b/seascene.h index 1d0c1fc..6795bf4 100644 --- a/seascene.h +++ b/seascene.h @@ -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 freeTiles_; + int ghostsLeft_; + + QList movingItems_; +