From eaf133fd08c9708fe718ef47451bed7ea803a46a Mon Sep 17 00:00:00 2001 From: totycro Date: Tue, 19 Apr 2011 21:56:37 +0200 Subject: Added rounds rounds will end when all points are removed TODO: end round when a pacman gets eaten --- pacman-c++/sceneholder.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'pacman-c++/sceneholder.h') diff --git a/pacman-c++/sceneholder.h b/pacman-c++/sceneholder.h index 69ee598..26ba942 100644 --- a/pacman-c++/sceneholder.h +++ b/pacman-c++/sceneholder.h @@ -24,6 +24,9 @@ public: void setEatingOrder(QList &order); QList &eatingOrder(); +signals: + void allPointsRemoved(); + private slots: void decrementPoints(); -- cgit v1.2.3