diff options
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 | ||
