From ca29fc0babe8fc985a9e4656f80fc7faec4ac8a5 Mon Sep 17 00:00:00 2001 From: manuel Date: Wed, 11 May 2011 17:38:29 +0200 Subject: - fix audio plugin and make that a real interface - that fixes a duplicate statis audiomanager (1x pacman, 1x audio plugin) on windows - display won/lost dialog upon gameend --- pacman-c++/common/sceneholder.h | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'pacman-c++/common/sceneholder.h') 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: Color::Color color(); void setEatingOrder(QList &order); QList &eatingOrder(); - void showEatingText(bool show = true); - void showWaitingForPlayers(bool show = true); + + void hideOverlayText(); + void centerOverlayText(unsigned int lines); + void showEatingText(); + void showWaitingForPlayers(); + void showWonLost(bool won); signals: void allPointsRemoved(); -- cgit v1.2.3