summaryrefslogtreecommitdiffstats
path: root/pacman-c++/sceneholder.h
diff options
context:
space:
mode:
authortotycro <totycro@unknown-horizons.org>2011-04-19 21:56:37 +0200
committertotycro <totycro@unknown-horizons.org>2011-04-19 21:56:37 +0200
commiteaf133fd08c9708fe718ef47451bed7ea803a46a (patch)
treeb3b9c2fca22bf4351aa854abd84e7a2f39ccbdb9 /pacman-c++/sceneholder.h
parentb6fec20dadaf71fc28961a4a6d720d1d665508e8 (diff)
downloadfoop-eaf133fd08c9708fe718ef47451bed7ea803a46a.tar.gz
foop-eaf133fd08c9708fe718ef47451bed7ea803a46a.tar.bz2
foop-eaf133fd08c9708fe718ef47451bed7ea803a46a.zip
Added rounds
rounds will end when all points are removed TODO: end round when a pacman gets eaten
Diffstat (limited to 'pacman-c++/sceneholder.h')
-rw-r--r--pacman-c++/sceneholder.h3
1 files changed, 3 insertions, 0 deletions
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:
24 void setEatingOrder(QList<Color::Color> &order); 24 void setEatingOrder(QList<Color::Color> &order);
25 QList<Color::Color> &eatingOrder(); 25 QList<Color::Color> &eatingOrder();
26 26
27signals:
28 void allPointsRemoved();
29
27private slots: 30private slots:
28 void decrementPoints(); 31 void decrementPoints();
29 32