summaryrefslogtreecommitdiffstats
path: root/pacman-c++/bonuspoint.h
blob: ebd1615ba6dfd61b200813f2b0ae889c9df01ea0 (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);
private:
    
};

#endif // BONUSPOINT_H