diff options
Diffstat (limited to 'pacman-c++/bonuspoint.h')
| -rw-r--r-- | pacman-c++/bonuspoint.h | 15 |
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 | |||
| 6 | class BonusPoint | ||
| 7 | : public PixmapItem | ||
| 8 | { | ||
| 9 | public: | ||
| 10 | BonusPoint(); | ||
| 11 | private: | ||
| 12 | |||
| 13 | }; | ||
| 14 | |||
| 15 | #endif // BONUSPOINT_H \ No newline at end of file | ||
