summaryrefslogtreecommitdiffstats
path: root/pacman-c++/mainwidget.h
diff options
context:
space:
mode:
authormanuel <manuel@mausz.at>2011-04-07 18:25:25 +0200
committermanuel <manuel@mausz.at>2011-04-07 18:25:25 +0200
commit9ef1e89e3ec01a5a34863b1b0aa3483b49404560 (patch)
tree4a4c155fdd4fa89c49fe8641e997a920e6b04a91 /pacman-c++/mainwidget.h
parent2d8de1ef8477d71c4d79e1ff292566809296e8fe (diff)
downloadfoop-9ef1e89e3ec01a5a34863b1b0aa3483b49404560.tar.gz
foop-9ef1e89e3ec01a5a34863b1b0aa3483b49404560.tar.bz2
foop-9ef1e89e3ec01a5a34863b1b0aa3483b49404560.zip
- make player icons a bit nicer (on windows too)
- we don't build DEBUG by default (makes windows go crazy)
Diffstat (limited to 'pacman-c++/mainwidget.h')
-rw-r--r--pacman-c++/mainwidget.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/pacman-c++/mainwidget.h b/pacman-c++/mainwidget.h
index 6adcba2..f5703db 100644
--- a/pacman-c++/mainwidget.h
+++ b/pacman-c++/mainwidget.h
@@ -29,6 +29,7 @@ private:
29 29
30private slots: 30private slots:
31 void startGame(); 31 void startGame();
32 void playerScoreClicked();
32 33
33private: 34private:
34 QVector< QVector<PixmapItem *> > visualMap; 35 QVector< QVector<PixmapItem *> > visualMap;