summaryrefslogtreecommitdiffstats
path: root/pacman-c++/mainwidget.h
diff options
context:
space:
mode:
authortotycro <totycro@unknown-horizons.org>2011-04-09 00:55:05 +0200
committertotycro <totycro@unknown-horizons.org>2011-04-09 00:55:05 +0200
commitfe11a3bf19040388671a141a7282f375073cf67d (patch)
tree52f4bcad87767788e40ab38c3aaf55a88de2244e /pacman-c++/mainwidget.h
parent354d090ce32c074b7069ed29fa1adde2c30ea72e (diff)
downloadfoop-fe11a3bf19040388671a141a7282f375073cf67d.tar.gz
foop-fe11a3bf19040388671a141a7282f375073cf67d.tar.bz2
foop-fe11a3bf19040388671a141a7282f375073cf67d.zip
tried to make movement more smooth
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 8d21649..e7d146f 100644
--- a/pacman-c++/mainwidget.h
+++ b/pacman-c++/mainwidget.h
@@ -31,6 +31,7 @@ private:
31private slots: 31private slots:
32 void startGame(); 32 void startGame();
33 void playerScoreClicked(); 33 void playerScoreClicked();
34 void tick();
34 35
35private: 36private:
36 QVector< QVector<PixmapItem *> > visualMap; 37 QVector< QVector<PixmapItem *> > visualMap;