summaryrefslogtreecommitdiffstats
path: root/pacman-c++/bonuspoint.h
blob: d204f72d81fbf165dc68bd4853f84cd184a02364 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#ifndef BONUSPOINT_H
#define BONUSPOINT_H

#include "pixmapitem.h"

class BonusPoint
  : public PixmapItem
{
public:
  BonusPoint(QGraphicsItem *parent=0);
  virtual ~BonusPoint()
  {};
};

#endif // BONUSPOINT_H