summaryrefslogtreecommitdiffstats
path: root/pacman-c++/bonuspoint.h
diff options
context:
space:
mode:
authormanuel <manuel@mausz.at>2011-04-05 01:29:33 +0200
committermanuel <manuel@mausz.at>2011-04-05 01:29:33 +0200
commit4232f8450d896068713d988cf5541835c3818682 (patch)
tree470916a3e1978419d41115eb1e87a0928769e03c /pacman-c++/bonuspoint.h
parent3dba415cd9741874cdaf0781d7e725808c8a2b8d (diff)
downloadfoop-4232f8450d896068713d988cf5541835c3818682.tar.gz
foop-4232f8450d896068713d988cf5541835c3818682.tar.bz2
foop-4232f8450d896068713d988cf5541835c3818682.zip
- we love ogg, we hate mp3/wav
- a lot of coding style/intent fix - add constant.h to pro files
Diffstat (limited to 'pacman-c++/bonuspoint.h')
-rw-r--r--pacman-c++/bonuspoint.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/pacman-c++/bonuspoint.h b/pacman-c++/bonuspoint.h
index ebd1615..b14f582 100644
--- a/pacman-c++/bonuspoint.h
+++ b/pacman-c++/bonuspoint.h
@@ -8,8 +8,6 @@ class BonusPoint
8{ 8{
9public: 9public:
10 BonusPoint(QGraphicsItem *parent=0); 10 BonusPoint(QGraphicsItem *parent=0);
11private:
12
13}; 11};
14 12
15#endif // BONUSPOINT_H \ No newline at end of file 13#endif // BONUSPOINT_H