diff options
Diffstat (limited to 'pacman-c++/bonuspoint.h')
| -rw-r--r-- | pacman-c++/bonuspoint.h | 24 |
1 files changed, 0 insertions, 24 deletions
diff --git a/pacman-c++/bonuspoint.h b/pacman-c++/bonuspoint.h deleted file mode 100644 index a72a4db..0000000 --- a/pacman-c++/bonuspoint.h +++ /dev/null | |||
| @@ -1,24 +0,0 @@ | |||
| 1 | #ifndef BONUSPOINT_H | ||
| 2 | #define BONUSPOINT_H | ||
| 3 | |||
| 4 | #include "gameentity.h" | ||
| 5 | |||
| 6 | class BonusPoint | ||
| 7 | : public GameEntity | ||
| 8 | { | ||
| 9 | public: | ||
| 10 | enum | ||
| 11 | { | ||
| 12 | Type = UserType + Transmission::bonuspoint | ||
| 13 | }; | ||
| 14 | |||
| 15 | public: | ||
| 16 | BonusPoint(QGraphicsItem *parent=0); | ||
| 17 | virtual ~BonusPoint() | ||
| 18 | {}; | ||
| 19 | |||
| 20 | virtual EnteredState enter(Actor *actor); | ||
| 21 | virtual void onDie(Actor *actor); | ||
| 22 | }; | ||
| 23 | |||
| 24 | #endif // BONUSPOINT_H | ||
