summaryrefslogtreecommitdiffstats
path: root/pacman-c++/sceneholder.h
diff options
context:
space:
mode:
authormanuel <manuel@mausz.at>2011-04-19 22:19:22 +0200
committermanuel <manuel@mausz.at>2011-04-19 22:19:22 +0200
commit11224354131c29f656fb7e5e439c6946aff13458 (patch)
treec86bad0422ef1388ed1fcd32894ea9b0436f82ca /pacman-c++/sceneholder.h
parentecd74970a9c9d41637289b3186ae1ffed1d2f7e2 (diff)
parent7a5e71759c00b2c77f7ee3287c366dd1b48b81ca (diff)
downloadfoop-11224354131c29f656fb7e5e439c6946aff13458.tar.gz
foop-11224354131c29f656fb7e5e439c6946aff13458.tar.bz2
foop-11224354131c29f656fb7e5e439c6946aff13458.zip
Merge branch 'master' of ssh://manuel.mausz.at/foop
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