diff options
| author | manuel <manuel@mausz.at> | 2011-04-19 22:19:22 +0200 |
|---|---|---|
| committer | manuel <manuel@mausz.at> | 2011-04-19 22:19:22 +0200 |
| commit | 11224354131c29f656fb7e5e439c6946aff13458 (patch) | |
| tree | c86bad0422ef1388ed1fcd32894ea9b0436f82ca /pacman-c++/sceneholder.h | |
| parent | ecd74970a9c9d41637289b3186ae1ffed1d2f7e2 (diff) | |
| parent | 7a5e71759c00b2c77f7ee3287c366dd1b48b81ca (diff) | |
| download | foop-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.h | 3 |
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 | ||
| 27 | signals: | ||
| 28 | void allPointsRemoved(); | ||
| 29 | |||
| 27 | private slots: | 30 | private slots: |
| 28 | void decrementPoints(); | 31 | void decrementPoints(); |
| 29 | 32 | ||
