summaryrefslogtreecommitdiffstats
path: root/pacman-c++/mainwidget.h
diff options
context:
space:
mode:
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;