summaryrefslogtreecommitdiffstats
path: root/pacman-c++/sceneholder.h
diff options
context:
space:
mode:
Diffstat (limited to 'pacman-c++/sceneholder.h')
-rw-r--r--pacman-c++/sceneholder.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/pacman-c++/sceneholder.h b/pacman-c++/sceneholder.h
index dcc10bf..7d6e556 100644
--- a/pacman-c++/sceneholder.h
+++ b/pacman-c++/sceneholder.h
@@ -24,6 +24,7 @@ public:
24 Color::Color color(); 24 Color::Color color();
25 void setEatingOrder(QList<Color::Color> &order); 25 void setEatingOrder(QList<Color::Color> &order);
26 QList<Color::Color> &eatingOrder(); 26 QList<Color::Color> &eatingOrder();
27 void showEatingText(bool show = true);
27 28
28signals: 29signals:
29 void allPointsRemoved(); 30 void allPointsRemoved();
@@ -66,6 +67,7 @@ protected:
66 67
67 /* points left before round ends */ 68 /* points left before round ends */
68 unsigned int m_pointsLeft; 69 unsigned int m_pointsLeft;
70 QGraphicsTextItem *m_overlayText;
69}; 71};
70 72
71#endif // SCENEHOLDER_H 73#endif // SCENEHOLDER_H