summaryrefslogtreecommitdiffstats
path: root/pacman-c++/mainwidget.h
diff options
context:
space:
mode:
authortotycro <totycro@unknown-horizons.org>2011-04-10 00:55:13 +0200
committertotycro <totycro@unknown-horizons.org>2011-04-10 00:55:13 +0200
commitda481762bded855ffd709114ee3a16ec4dbaaeb6 (patch)
tree10f323140f11280f5185c19666a8412199613e0e /pacman-c++/mainwidget.h
parent5b4ddc78484448886135e031bee3d423e2fd3b83 (diff)
downloadfoop-da481762bded855ffd709114ee3a16ec4dbaaeb6.tar.gz
foop-da481762bded855ffd709114ee3a16ec4dbaaeb6.tar.bz2
foop-da481762bded855ffd709114ee3a16ec4dbaaeb6.zip
Tell player about their color
minor cleanup
Diffstat (limited to 'pacman-c++/mainwidget.h')
-rw-r--r--pacman-c++/mainwidget.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/pacman-c++/mainwidget.h b/pacman-c++/mainwidget.h
index 04beec2..266f329 100644
--- a/pacman-c++/mainwidget.h
+++ b/pacman-c++/mainwidget.h
@@ -30,7 +30,7 @@ private:
30 void createMenu(); 30 void createMenu();
31 void updateScore(); 31 void updateScore();
32 bool isRunning(); 32 bool isRunning();
33 bool connectToServer(); 33 Color::Color connectToServer();
34 34
35private slots: 35private slots:
36 void startGame(); 36 void startGame();