summaryrefslogtreecommitdiffstats
path: root/pacman-c++/common/sceneholder.h
diff options
context:
space:
mode:
Diffstat (limited to 'pacman-c++/common/sceneholder.h')
-rw-r--r--pacman-c++/common/sceneholder.h8
1 files changed, 6 insertions, 2 deletions
diff --git a/pacman-c++/common/sceneholder.h b/pacman-c++/common/sceneholder.h
index 0872837..801b98b 100644
--- a/pacman-c++/common/sceneholder.h
+++ b/pacman-c++/common/sceneholder.h
@@ -24,8 +24,12 @@ 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 void showWaitingForPlayers(bool show = true); 28 void hideOverlayText();
29 void centerOverlayText(unsigned int lines);
30 void showEatingText();
31 void showWaitingForPlayers();
32 void showWonLost(bool won);
29 33
30signals: 34signals:
31 void allPointsRemoved(); 35 void allPointsRemoved();