summaryrefslogtreecommitdiffstats
path: root/pacman-c++/bonuspoint.h
diff options
context:
space:
mode:
Diffstat (limited to 'pacman-c++/bonuspoint.h')
-rw-r--r--pacman-c++/bonuspoint.h15
1 files changed, 15 insertions, 0 deletions
diff --git a/pacman-c++/bonuspoint.h b/pacman-c++/bonuspoint.h
new file mode 100644
index 0000000..cfae4b4
--- /dev/null
+++ b/pacman-c++/bonuspoint.h
@@ -0,0 +1,15 @@
1#ifndef BONUSPOINT_H
2#define BONUSPOINT_H
3
4#include "pixmapitem.h"
5
6class BonusPoint
7 : public PixmapItem
8{
9public:
10 BonusPoint();
11private:
12
13};
14
15#endif // BONUSPOINT_H \ No newline at end of file