zone background textures

This commit is contained in:
Max-Wilhelm Bruker 2009-09-01 17:22:47 +02:00
parent af605ab1f8
commit 7c06d6d84f
8 changed files with 124 additions and 3 deletions

View file

@ -5,6 +5,7 @@
class HandZone : public CardZone {
private:
QPixmap bgPixmap;
public:
HandZone(Player *_p, QGraphicsItem *parent = 0);
QRectF boundingRect() const;