diff options
| author | totycro <totycro@unknown-horizons.org> | 2011-04-04 22:55:41 +0200 |
|---|---|---|
| committer | totycro <totycro@unknown-horizons.org> | 2011-04-04 22:55:41 +0200 |
| commit | b35be096423e89746d441cbf2333800f853c92fd (patch) | |
| tree | 436f9242353f6bc5d9419b92202561eb8c57fb38 /pacman-c++/bonuspoint.h | |
| parent | eef1d8ea60e3797ba261ebfe61a7d1e165069ed4 (diff) | |
| download | foop-b35be096423e89746d441cbf2333800f853c92fd.tar.gz foop-b35be096423e89746d441cbf2333800f853c92fd.tar.bz2 foop-b35be096423e89746d441cbf2333800f853c92fd.zip | |
Support actor in map
Diffstat (limited to 'pacman-c++/bonuspoint.h')
| -rw-r--r-- | pacman-c++/bonuspoint.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pacman-c++/bonuspoint.h b/pacman-c++/bonuspoint.h index cfae4b4..ebd1615 100644 --- a/pacman-c++/bonuspoint.h +++ b/pacman-c++/bonuspoint.h | |||
| @@ -7,7 +7,7 @@ class BonusPoint | |||
| 7 | : public PixmapItem | 7 | : public PixmapItem |
| 8 | { | 8 | { |
| 9 | public: | 9 | public: |
| 10 | BonusPoint(); | 10 | BonusPoint(QGraphicsItem *parent=0); |
| 11 | private: | 11 | private: |
| 12 | 12 | ||
| 13 | }; | 13 | }; |
