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

#endif // BONUSPOINT_H