summaryrefslogtreecommitdiffstats
path: root/pacman-c++/bonuspoint.h
diff options
context:
space:
mode:
authortotycro <totycro@unknown-horizons.org>2011-04-06 15:25:58 +0200
committertotycro <totycro@unknown-horizons.org>2011-04-06 15:25:58 +0200
commit5035ea3e5616578fc406998e7850c55e5f4d13a6 (patch)
tree9c0e3a80677bc36b9de2aaec1607f0e8d1e0273e /pacman-c++/bonuspoint.h
parentcbc0da21f393dc7bf2a11beaf1314c9dcaeb0999 (diff)
downloadfoop-5035ea3e5616578fc406998e7850c55e5f4d13a6.tar.gz
foop-5035ea3e5616578fc406998e7850c55e5f4d13a6.tar.bz2
foop-5035ea3e5616578fc406998e7850c55e5f4d13a6.zip
merge
Diffstat (limited to 'pacman-c++/bonuspoint.h')
-rw-r--r--pacman-c++/bonuspoint.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/pacman-c++/bonuspoint.h b/pacman-c++/bonuspoint.h
index b14f582..f0fc550 100644
--- a/pacman-c++/bonuspoint.h
+++ b/pacman-c++/bonuspoint.h
@@ -8,6 +8,7 @@ class BonusPoint
8{ 8{
9public: 9public:
10 BonusPoint(QGraphicsItem *parent=0); 10 BonusPoint(QGraphicsItem *parent=0);
11 virtual ~BonusPoint() {};
11}; 12};
12 13
13#endif // BONUSPOINT_H 14#endif // BONUSPOINT_H