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