#ifndef BONUSPOINT_H #define BONUSPOINT_H #include "pixmapitem.h" class BonusPoint : public PixmapItem { public: BonusPoint(QGraphicsItem *parent=0); virtual ~BonusPoint() {}; virtual void enter(Actor *actor); }; #endif // BONUSPOINT_H