#ifndef BONUSPOINT_H #define BONUSPOINT_H #include "pixmapitem.h" class BonusPoint : public PixmapItem { public: BonusPoint(QGraphicsItem *parent=0); private: }; #endif // BONUSPOINT_H